tmux: fix nnn & lazygit bindings

This commit is contained in:
nicolas 2023-10-11 11:15:33 +02:00
parent b449678517
commit 48a34a496d
1 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
bind-key H new-window htop
bind-key N new-window nnn
bind-key G new-window lazygit
bind-key D new-window lazydocker
bind-key C-h new-window htop
bind-key C-n new-window -c "#{pane_current_path}" nnn
bind-key C-g new-window -c "#{pane_current_path}" lazygit
bind-key C-d new-window lazydocker