diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2023-12-10 15:01:44 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2023-12-10 15:01:44 +0100 |
commit | af699f191d7106c46733ed63e596abc2265b8f06 (patch) | |
tree | 566d3b8bb24a9ef4e4924ce5f1527013b0e2ba03 /linux/tmux.conf | |
parent | c370d604fb6038aae5638ac4ca94b6102d104682 (diff) | |
download | dotfiles-af699f191d7106c46733ed63e596abc2265b8f06.tar.gz dotfiles-af699f191d7106c46733ed63e596abc2265b8f06.zip |
Some quick changes
Diffstat (limited to 'linux/tmux.conf')
-rw-r--r-- | linux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/tmux.conf b/linux/tmux.conf index a9d6af5..b5773f5 100644 --- a/linux/tmux.conf +++ b/linux/tmux.conf @@ -97,6 +97,9 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l # -- Utility ------------------------------------------------------------------ bind-key r source-file ~/.tmux.conf +bind -n M-w display-popup -E "nvim -c VimwikiIndex -c Calendar -c 'wincmd p'" +bind -n M-l display-popup -E "nvim -c 'VimwikiMakeDiaryNote'" + # -- Theme -------------------------------------------------------------------- set -g status-justify left set -g status-interval 2 |