tmux: k conflicts with up

This commit is contained in:
cy 2025-01-01 15:26:44 -05:00
parent 92eb8410c1
commit dba074249b

View file

@ -32,10 +32,6 @@
bind v split-window -c "#{pane_current_path}" -h
bind s split-window -c "#{pane_current_path}" -v
# confirm before killing a window or the server
bind-key k confirm kill-window
bind-key K confirm kill-server
set -g renumber-windows on
set -g mouse on
# don't yank immediately when selecting text