feat(tmux): add keybind for todo file

This commit is contained in:
Matej Janezic 2023-06-14 12:38:36 +02:00
parent b3d8482220
commit 21f99827df
Signed by: janezicmatej
SSH Key Fingerprint: SHA256:3vE2ixAKI8uRNhob5xDwoa9mMPUsxsM4QRHNcPuMHew
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ bind -r h select-pane -L
bind -r l select-pane -R
bind -r D neww -c "#{pane_current_path}" "nvim TODO.md"
bind -r t neww -c "~" "nvim ~/.TODO.md"
bind-key -r f run-shell "tmux neww ~/.config/tmux/tmux-sessionizer"
bind-key -r g run-shell "tmux neww ~/.config/tmux/tmux-sessionizer $XDG_CONFIG_HOME"