diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-02-03 08:01:12 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-02-03 08:01:12 +0000 |
commit | 375f6c90b034a62255f12781a3e3b17d2724172b (patch) | |
tree | 380d1de17be1edf9f1eafff5499b68f4056353d6 /key-bindings.c | |
parent | 57396b55a2a979925def85cf142f087c5ad340a6 (diff) | |
parent | 5080acc12714862ef7a66286d7c3bce538c6d74f (diff) | |
download | rtmux-375f6c90b034a62255f12781a3e3b17d2724172b.tar.gz rtmux-375f6c90b034a62255f12781a3e3b17d2724172b.tar.bz2 rtmux-375f6c90b034a62255f12781a3e3b17d2724172b.zip |
Merge branch 'obsd-master' into 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 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 }", |