From 8459e9163a9ba62eec20f696b69f2c0c5c676af3 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 2 Sep 2022 21:06:30 +0530 Subject: fresh worktree functions --- programs/tmux.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'programs/tmux.nix') diff --git a/programs/tmux.nix b/programs/tmux.nix index 8679222..e5c5aa1 100644 --- a/programs/tmux.nix +++ b/programs/tmux.nix @@ -26,6 +26,7 @@ setw -g pane-base-index 1 # pane binds + unbind-key E bind-key h select-pane -L bind-key n select-pane -D bind-key e select-pane -U @@ -58,10 +59,6 @@ bind-key -T copy-mode-vi r send-keys -X rectangle-toggle bind P paste-buffer - bind E command-prompt -p "Command:" \ - "run \"tmux list-panes -a -F '##{session_name}:##{window_index}.##{pane_index}' \ - | xargs -I PANE tmux send-keys -t PANE '%1' Enter\"" - set-window-option -g allow-rename off set -g pane-border-style fg=colour11 -- cgit v1.2.3