aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-14 02:36:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-14 02:37:24 +1200
commit145769f1d2f58645aaaf4dee453f17d627cbf68d (patch)
tree45e0294200c09177b907be73985a5050c3a6eddc
parentAdjust newline test in squ(6df) for correct type (diff)
downloaddotfiles-145769f1d2f58645aaaf4dee453f17d627cbf68d.tar.gz
dotfiles-145769f1d2f58645aaaf4dee453f17d627cbf68d.zip
Remove broken config from tmux
Looks like 76d6d36 in tmux broke this. I'll figure out a replacement later.
-rw-r--r--ISSUES.markdown1
-rw-r--r--tmux/tmux.conf.m45
2 files changed, 1 insertions, 5 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index a69e07df..4116adda 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -23,3 +23,4 @@ Known issues
my own stuff in there
* Completion for custom functions e.g. `sd` should ideally respect
`completion-ignore-case` setting
+* Copy-mode configuration for tmux needs to be reinstated.
diff --git a/tmux/tmux.conf.m4 b/tmux/tmux.conf.m4
index facb91ca..ffac0243 100644
--- a/tmux/tmux.conf.m4
+++ b/tmux/tmux.conf.m4
@@ -57,11 +57,6 @@ bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
-# Vim-like keys for visual mode and yanking therefrom
-bind-key -t vi-copy 'v' begin-selection
-bind-key -t vi-copy 'y' copy-selection
-bind-key -t vi-copy Escape cancel
-
# Join and break panes
bind-key J choose-window "join-pane -h -s '%%'"
bind-key B break-pane -d