aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-04-12 19:51:47 +0200
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-04-12 19:52:04 +0200
commitc8df2c9c434169a10d53e91bc71766b921e49b8a (patch)
treeb62c6b1ae1f763842a51401be6d2b9e05d6b05bf /linux
parentf27c5bf0452d37b9fb9580a4aacac4d5fa2d8f27 (diff)
downloaddotfiles-c8df2c9c434169a10d53e91bc71766b921e49b8a.tar.gz
dotfiles-c8df2c9c434169a10d53e91bc71766b921e49b8a.zip
lsp things
Diffstat (limited to 'linux')
-rw-r--r--linux/tmux.conf.m42
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 --------------------------------------------------------