diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-12-07 10:01:12 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-12-07 10:01:12 +0000 |
commit | b9fa8f12d7b56a331a53f347bfe81e62ca351dc5 (patch) | |
tree | 29f9b29568df79c75e3bb08a0405a7b1210d48a0 /key-bindings.c | |
parent | 6749a30a6e1a6467b8ce688cc5c1c245224ef013 (diff) | |
parent | 5ea143f521726a47fd5092dcc3abf9101af32751 (diff) | |
download | rtmux-b9fa8f12d7b56a331a53f347bfe81e62ca351dc5.tar.gz rtmux-b9fa8f12d7b56a331a53f347bfe81e62ca351dc5.tar.bz2 rtmux-b9fa8f12d7b56a331a53f347bfe81e62ca351dc5.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c index e8eedca5..25290a4a 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -238,6 +238,7 @@ key_bindings_init(void) "bind -Tcopy-mode C-c send -X cancel", "bind -Tcopy-mode C-e send -X end-of-line", "bind -Tcopy-mode C-f send -X cursor-right", + "bind -Tcopy-mode C-b send -X cursor-left", "bind -Tcopy-mode C-g send -X clear-selection", "bind -Tcopy-mode C-k send -X copy-end-of-line", "bind -Tcopy-mode C-n send -X cursor-down", @@ -300,6 +301,7 @@ key_bindings_init(void) "bind -Tcopy-mode-vi C-c send -X cancel", "bind -Tcopy-mode-vi C-d send -X halfpage-down", "bind -Tcopy-mode-vi C-e send -X scroll-down", + "bind -Tcopy-mode-vi C-b send -X page-up", "bind -Tcopy-mode-vi C-f send -X page-down", "bind -Tcopy-mode-vi C-h send -X cursor-left", "bind -Tcopy-mode-vi C-j send -X copy-selection-and-cancel", |