From 8092178eedbbf71a00d63f2bfecbfa3424c3619a Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 16 Nov 2025 16:08:12 +0100 Subject: [PATCH] remove list key keybinding --- tmux/.tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9cea6a0..9dd8d22 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -16,7 +16,6 @@ bind c-k select-pane -U bind c-l select-pane -R 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-s popup -E -w 80% -h 80% -b rounded "sh $HOME/choose-session.sh"