diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-12 19:51:47 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-12 19:52:04 +0200 |
commit | c8df2c9c434169a10d53e91bc71766b921e49b8a (patch) | |
tree | b62c6b1ae1f763842a51401be6d2b9e05d6b05bf /linux/tmux.conf.m4 | |
parent | f27c5bf0452d37b9fb9580a4aacac4d5fa2d8f27 (diff) | |
download | dotfiles-c8df2c9c434169a10d53e91bc71766b921e49b8a.tar.gz dotfiles-c8df2c9c434169a10d53e91bc71766b921e49b8a.zip |
lsp things
Diffstat (limited to 'linux/tmux.conf.m4')
-rw-r--r-- | linux/tmux.conf.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/tmux.conf.m4 b/linux/tmux.conf.m4 index 87cf9d4..1e7322a 100644 --- a/linux/tmux.conf.m4 +++ b/linux/tmux.conf.m4 @@ -56,6 +56,8 @@ bind-key = set-window-option synchronize-panes # -- macros -------------------------------------------------------------------- bind-key s send-keys "DT_GIT_USER <DT_GIT_EMAIL>" +bind-key C-r send-keys C-b ":set status-style 'fg=black,bg=purple'" + m4_changequote({, })m4_dnl m4_ifelse(DT_TMUX_NAVIGATOR, `yes', { # -- vim-tmux-navigator -------------------------------------------------------- |