feat(tmux): add keybind for todo file
This commit is contained in:
parent
b3d8482220
commit
21f99827df
|
@ -25,6 +25,7 @@ bind -r h select-pane -L
|
||||||
bind -r l select-pane -R
|
bind -r l select-pane -R
|
||||||
|
|
||||||
bind -r D neww -c "#{pane_current_path}" "nvim TODO.md"
|
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 f run-shell "tmux neww ~/.config/tmux/tmux-sessionizer"
|
||||||
bind-key -r g run-shell "tmux neww ~/.config/tmux/tmux-sessionizer $XDG_CONFIG_HOME"
|
bind-key -r g run-shell "tmux neww ~/.config/tmux/tmux-sessionizer $XDG_CONFIG_HOME"
|
||||||
|
|
Loading…
Reference in New Issue