diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/tmux.conf b/linux/tmux.conf index b5773f5..fbc5961 100644 --- a/linux/tmux.conf +++ b/linux/tmux.conf @@ -98,7 +98,7 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l 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'" +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\"'" # -- Theme -------------------------------------------------------------------- set -g status-justify left |