remove list key keybinding

This commit is contained in:
Ivar Fatland
2025-11-16 16:08:12 +01:00
parent 5203010a3c
commit 8092178eed
-1
View File
@@ -16,7 +16,6 @@ bind c-k select-pane -U
bind c-l select-pane -R bind c-l select-pane -R
bind c-g popup -E -w 80% -h 80% -d "#{pane_current_path}" -b rounded lazygit bind c-g popup -E -w 80% -h 80% -d "#{pane_current_path}" -b rounded lazygit
bind c-k popup -E -w 80% -h 80% -b rounded "tmux list-keys | fzf"
bind c-t popup -E -w 80% -h 80% -b rounded -d "#{pane_current_path}" bind c-t popup -E -w 80% -h 80% -b rounded -d "#{pane_current_path}"
bind c-s popup -E -w 80% -h 80% -b rounded "sh $HOME/choose-session.sh" bind c-s popup -E -w 80% -h 80% -b rounded "sh $HOME/choose-session.sh"