summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authornicm <nicm>2020-03-20 18:05:22 +0000
committernicm <nicm>2020-03-20 18:05:22 +0000
commit005cd486202c35327774857e9cef8e9d446dc092 (patch)
treec242f31eeb0f9503a8c44a59baf9f2b42ad4161e /key-bindings.c
parent06c3079d66929e0c71575e877098fc533ae5f4a5 (diff)
Oops, typo in key binding.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index a31c338a..dc3b7b9b 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -47,7 +47,7 @@
" 'New At End' 'W' {new-window}"
#define DEFAULT_PANE_MENU \
" '#{?#{==:#{pane_mode},copy-mode},Go To Top,}' '<' {send -X history-top}" \
- " '#{?#{==:#{pane_mode},copy-mode},Go To Bottom,}' '<' {send -X history-bottom}" \
+ " '#{?#{==:#{pane_mode},copy-mode},Go To Bottom,}' '>' {send -X history-bottom}" \
" ''" \
" '#{?mouse_word,Search For #[underscore]#{=/9/...:mouse_word},}' 'C-r' {copy-mode -t=; send -Xt= search-backward \"#{q:mouse_word}\"}" \
" '#{?mouse_word,Type #[underscore]#{=/9/...:mouse_word},}' 'C-y' {copy-mode -q; send-keys -l -- \"#{q:mouse_word}\"}" \