feat: change some tmux keybinds

This commit is contained in:
Matej Janezic 2023-06-02 16:02:48 +02:00
parent 3f01e4c7b5
commit 7aa60dad77
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 2 additions and 1 deletions

View File

@ -27,8 +27,9 @@ 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-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 R 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"
bind-key -r T run-shell "tmux neww ~/.config/tmux/tmux-sessionizer ~/Desktop/temp" bind-key -r T run-shell "tmux neww ~/.config/tmux/tmux-sessionizer ~/Desktop/temp"
bind-key -r R run-shell "tmux neww ~/.config/tmux/tmux-sessionizer ~"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'