diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-09 16:01:35 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-09 16:01:35 +0100 |
commit | 9d80ec6cc93b7c535c26e1b2d46ae23b08eb375a (patch) | |
tree | b661a46675e4d371e1eb57af7c33b42c3089a7f5 /key-bindings.c | |
parent | 33e332428c41408cc51ade69c9cbf1994dbab431 (diff) | |
parent | be5988457f2993d5a6efa5f6d5add37690ea6a30 (diff) | |
download | rtmux-9d80ec6cc93b7c535c26e1b2d46ae23b08eb375a.tar.gz rtmux-9d80ec6cc93b7c535c26e1b2d46ae23b08eb375a.tar.bz2 rtmux-9d80ec6cc93b7c535c26e1b2d46ae23b08eb375a.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/key-bindings.c b/key-bindings.c index de5c20ee..ddb7e0b1 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -476,7 +476,7 @@ key_bindings_init(void) "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-k send -X copy-end-of-line-and-cancel", "bind -Tcopy-mode C-n send -X cursor-down", "bind -Tcopy-mode C-p send -X cursor-up", "bind -Tcopy-mode C-r command-prompt -T search -ip'(search up)' -I'#{pane_search_string}' 'send -X search-backward-incremental \"%%%\"'", @@ -575,7 +575,7 @@ key_bindings_init(void) "bind -Tcopy-mode-vi ? command-prompt -T search -p'(search up)' 'send -X search-backward \"%%%\"'", "bind -Tcopy-mode-vi A send -X append-selection-and-cancel", "bind -Tcopy-mode-vi B send -X previous-space", - "bind -Tcopy-mode-vi D send -X copy-end-of-line", + "bind -Tcopy-mode-vi D send -X copy-end-of-line-and-cancel", "bind -Tcopy-mode-vi E send -X next-space-end", "bind -Tcopy-mode-vi F command-prompt -1p'(jump backward)' 'send -X jump-backward \"%%%\"'", "bind -Tcopy-mode-vi G send -X history-bottom", |