aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-12 00:01:26 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-12 00:01:26 +0100
commit44ada9cd67e46676eaf0f9a19a681ddc1f898682 (patch)
treea56e87ba5007caaedbe33d5a8841bad715ba6582 /key-bindings.c
parente9d49161e0510b8b2eccbe33195789937d25796f (diff)
parent7eea3d7ab850bb8fbeeccbb4b0fe84b9274965af (diff)
downloadrtmux-44ada9cd67e46676eaf0f9a19a681ddc1f898682.tar.gz
rtmux-44ada9cd67e46676eaf0f9a19a681ddc1f898682.tar.bz2
rtmux-44ada9cd67e46676eaf0f9a19a681ddc1f898682.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/key-bindings.c b/key-bindings.c
index ddb7e0b1..1bdbee98 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-and-cancel",
+ "bind -Tcopy-mode C-k send -X copy-pipe-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-and-cancel",
+ "bind -Tcopy-mode-vi D send -X copy-pipe-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",