Just stick to n/p

This commit is contained in:
David Heinemeier Hansson
2026-02-09 17:12:47 +01:00
parent b7415da7ff
commit 4e96135b3e

View File

@@ -54,11 +54,6 @@ bind -r S-Down resize-pane -D 5
bind -r S-Up resize-pane -U 5
bind -r S-Right resize-pane -R 5
# Window navigation
unbind PPage
bind PPage previous-window
bind NPage next-window
# New windows in same directory
bind c new-window -c "#{pane_current_path}"