From 7850ba15e27ea2ab58ef9622d7b0df1df6c7dc7f Mon Sep 17 00:00:00 2001 From: oreodave Date: Sun, 12 Apr 2020 01:55:39 +0100 Subject: -removed binding from tmux Not recognized --- tmux.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 04cf0a3..78507c4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,7 +12,6 @@ bind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iq v bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-j) || tmux select-pane -D" bind -n C-k run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-k) || tmux select-pane -U" bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-l) || tmux select-pane -R" -bind -n C-\ run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys 'C-\\') || tmux select-pane -l" # List of plugins -- cgit v1.2.3-13-gbd6f