aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2022-02-03 12:50:49 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-02-03 12:50:49 +0000
commit53ee4f0334b61192a4c92a5327d849fb688386e9 (patch)
tree284ecec84f60273fafada76df304140fdfe30f78 /key-bindings.c
parentb46abeb34d775159b9c50618339d8da9fd8c0212 (diff)
parentc0598e2515cd051dcf9771f6edcf9eb953644227 (diff)
downloadrtmux-53ee4f0334b61192a4c92a5327d849fb688386e9.tar.gz
rtmux-53ee4f0334b61192a4c92a5327d849fb688386e9.tar.bz2
rtmux-53ee4f0334b61192a4c92a5327d849fb688386e9.zip
Merge branch 'master' into 3.3-rc
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 9f7e734a..95171966 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -492,6 +492,7 @@ key_bindings_init(void)
"bind -Tcopy-mode \\; { send -X jump-again }",
"bind -Tcopy-mode F { command-prompt -1p'(jump backward)' { send -X jump-backward '%%' } }",
"bind -Tcopy-mode N { send -X search-reverse }",
+ "bind -Tcopy-mode P { send -X toggle-position }",
"bind -Tcopy-mode R { send -X rectangle-toggle }",
"bind -Tcopy-mode T { command-prompt -1p'(jump to backward)' { send -X jump-to-backward '%%' } }",
"bind -Tcopy-mode X { send -X set-mark }",
@@ -588,6 +589,7 @@ key_bindings_init(void)
"bind -Tcopy-mode-vi L { send -X bottom-line }",
"bind -Tcopy-mode-vi M { send -X middle-line }",
"bind -Tcopy-mode-vi N { send -X search-reverse }",
+ "bind -Tcopy-mode-vi P { send -X toggle-position }",
"bind -Tcopy-mode-vi T { command-prompt -1p'(jump to backward)' { send -X jump-to-backward '%%' } }",
"bind -Tcopy-mode-vi V { send -X select-line }",
"bind -Tcopy-mode-vi W { send -X next-space }",