diff options
author | oreodave <aryadevchavali1@gmail.com> | 2020-04-12 01:55:39 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2020-04-12 01:55:39 +0100 |
commit | 7850ba15e27ea2ab58ef9622d7b0df1df6c7dc7f (patch) | |
tree | 3aef1ed49624e98e6a98186f81ad1d632a5168d7 | |
parent | da89a0512e98f06553ad1d8eb30de118feeacace (diff) | |
download | dotfiles-7850ba15e27ea2ab58ef9622d7b0df1df6c7dc7f.tar.gz dotfiles-7850ba15e27ea2ab58ef9622d7b0df1df6c7dc7f.tar.bz2 dotfiles-7850ba15e27ea2ab58ef9622d7b0df1df6c7dc7f.zip |
-removed binding from tmux
Not recognized
-rw-r--r-- | tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |