diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-03-24 11:49:05 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-03-24 11:49:05 +0100 |
commit | b97e3db54e6a198926e53ab20e398ad48f9bff9d (patch) | |
tree | 24d1ef8fc69a31bf009b37a7a8b0a0bc697d936f /linux/tmux.conf.m4 | |
parent | 11f68198ec676ec3825fa6edd78c75515aa6034a (diff) | |
download | dotfiles-b97e3db54e6a198926e53ab20e398ad48f9bff9d.tar.gz dotfiles-b97e3db54e6a198926e53ab20e398ad48f9bff9d.zip |
toggle themes
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 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 |