From 91118d58ac0f653441b15fb5c19170cc11c0c6ea Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 8 Feb 2021 22:36:05 +0000 Subject: [PATCH] Don't map C-\ since I never use it --- tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 8d5ad1d..774d974 100644 --- a/tmux.conf +++ b/tmux.conf @@ -70,7 +70,6 @@ bind -n C-h if $in_vim 'send-keys C-h' 'select-pane -L' bind -n C-j if $in_vim 'send-keys C-j' 'select-pane -D' bind -n C-k if $in_vim 'send-keys C-k' 'select-pane -U' bind -n C-l if $in_vim 'send-keys C-l' 'select-pane -R' -bind -n C-\\ if $in_vim 'send-keys C-\\' 'select-pane -l' # Integrate urlscan or fallback to urlview if -b 'which urlscan' \