From b1b7cba696cf2ff69b837cb777d779b1bd0b840c Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Wed, 13 Dec 2023 09:57:47 +0100 Subject: Change to Mason --- linux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/tmux.conf b/linux/tmux.conf index fbc5961..bb768a0 100644 --- a/linux/tmux.conf +++ b/linux/tmux.conf @@ -98,7 +98,8 @@ 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-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-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\"'" # -- Theme -------------------------------------------------------------------- set -g status-justify left -- cgit v1.2.3