summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-12-07 15:04:56 -0500
committerJesse Luehrs <doy@tozt.net>2019-12-07 15:04:56 -0500
commit892bbfa292a78d18f182666212049443535c5063 (patch)
treeaa0725479f615c515aa9309523fa8deb0d528531
parent513dcc3278a2fbe31eae157c2fbea999c245566d (diff)
downloadconf-892bbfa292a78d18f182666212049443535c5063.tar.gz
conf-892bbfa292a78d18f182666212049443535c5063.zip
fix for new tmux
-rw-r--r--tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index 67e7dd6..a1ea5ec 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -33,7 +33,7 @@ bind ^F run 'tmux choose-tree -Nwf"##{==:##{session_name},#{session_name}}"'
bind ^N new-window
bind ^D detach-client
bind ^[ copy-mode
-bind { copy-mode
+bind \{ copy-mode
bind Enter run 'tmux capture-pane -pJ | open-link'
bind -T copy-mode-vi v send-keys -X begin-selection