projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
272ee03
)
tmux: Enter copy mode with ctrl-i
master
author
Colin P. McCabe
<cmccabe@apache.org>
Wed, 25 Sep 2024 18:34:21 +0000 (11:34 -0700)
committer
Colin P. McCabe
<cmccabe@apache.org>
Wed, 25 Sep 2024 18:34:21 +0000 (11:34 -0700)
.tmux.conf
patch
|
blob
|
history
diff --git
a/.tmux.conf
b/.tmux.conf
index
19617d7
..
747c2c3
100644
(file)
--- a/
.tmux.conf
+++ b/
.tmux.conf
@@
-44,6
+44,9
@@
set-window-option -g monitor-activity off
# Require the prefix before each command for moving around.
set-option -g repeat-time 0
+# Enter copy-mode with ctrl-i
+bind-key C-i copy-mode
+
# Moving between panes and windows with the F-keys.
#bind-key -n F5 prev
#bind-key -n F6 select-pane -t :.+