From b97e3db54e6a198926e53ab20e398ad48f9bff9d Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sun, 24 Mar 2024 11:49:05 +0100 Subject: toggle themes --- linux/tmux.conf.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/tmux.conf.m4') diff --git a/linux/tmux.conf.m4 b/linux/tmux.conf.m4 index 40c05ea..7b5b54f 100644 --- a/linux/tmux.conf.m4 +++ b/linux/tmux.conf.m4 @@ -91,6 +91,8 @@ bind -n M-w display-popup -E "nvim -c VimwikiIndex -c Calendar -c 'wincmd p'" bind -n M-C-w display-popup -E "nvim -c VimwikiMakeDiaryNote -c Calendar -c 'wincmd p' -c 'call append(1, strftime(\"- **%T** - **\"))' -c 'call append(2, \"\")' -c 'execute \"normal! 2GA\"'" bind -n M-C-i display-popup -E "nvim -c 'e ~/Nextcloud/wiki/I45/Hendelser.md' -c 'call append(1, strftime(\"- **%d.%m.%Y (%T)** - **\"))' -c 'call append(2, \"\")' -c 'execute \"normal! 2GA\"'" +bind -n T run-shell "toggle-theme" + # -- Theme -------------------------------------------------------------------- m4_ifelse(DT_DOTFILES_TYPE, `local', `m4_dnl set -g status-justify left -- cgit v1.2.3