remove n/p tmux commands I dont use them

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-18 02:25:50 -05:00
parent 32df0915c9
commit c54f89a686
2 changed files with 159 additions and 57 deletions

View file

@ -3,8 +3,8 @@ unbind-key -a
bind C-Space send-prefix
# Windows
bind -r p previous-window
bind -r n next-window
# bind -r p previous-window
# bind -r n next-window
bind -r & kill-window
bind -r c new-window -c "#{pane_current_path}"
bind ',' command-prompt "rename-window %%"