summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <curtis@hopper.com>2017-06-27 16:56:07 -0400
committerJune McEnroe <curtis@hopper.com>2017-06-28 11:02:06 -0400
commit1dbd6e4a662d9874200a4422c114c0aac235d6a6 (patch)
tree9a9e2c1b2c3721768febefe39b06a148b2e2fcd6
parentLink Scala syntax file (diff)
downloadsrc-1dbd6e4a662d9874200a4422c114c0aac235d6a6.tar.gz
src-1dbd6e4a662d9874200a4422c114c0aac235d6a6.zip
Set tmux copy-mode-vi bindings for Tarmak
-rw-r--r--curtis/.tmux.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/curtis/.tmux.conf b/curtis/.tmux.conf
index d387e8f0..e577da4b 100644
--- a/curtis/.tmux.conf
+++ b/curtis/.tmux.conf
@@ -35,6 +35,13 @@ bind -T copy-mode-vi v send -X begin-selection
 bind -T copy-mode-vi C-v send -X rectangle-toggle
 bind -T copy-mode-vi y send -X copy-selection
 
+bind -T copy-mode-vi n send -X cursor-down
+bind -T copy-mode-vi e send -X cursor-up
+bind -T copy-mode-vi k send -X search-again
+bind -T copy-mode-vi K send -X search-reverse
+bind -T copy-mode-vi j send -X next-word-end
+bind -T copy-mode-vi J send -X next-space-end
+
 set -g status-position top
 set -g status-style bg=black,fg=white
 set -g window-status-separator '|'
d=be8eb3b67ce4718ca94287a68e0babc715afcd21&follow=1'>Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe