diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-04-06 11:10:17 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-04-06 11:10:17 +0100 |
commit | 5f662d91db658abbcd46d7a678c0250754be35e3 (patch) | |
tree | bed316d0ce8c4a770b5e42608a36dafc0a9eee2d /key-bindings.c | |
parent | 05c97d7fe9ede1b9d185ed21242eb8470350affc (diff) | |
parent | 94b71bcb6403d381515319b08a85878b829785d5 (diff) | |
download | rtmux-5f662d91db658abbcd46d7a678c0250754be35e3.tar.gz rtmux-5f662d91db658abbcd46d7a678c0250754be35e3.tar.bz2 rtmux-5f662d91db658abbcd46d7a678c0250754be35e3.zip |
Merge branch 'obsd-master'
Conflicts:
server-client.c
tmux.1
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 d96b51f6..37ff7fe7 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -260,6 +260,8 @@ key_bindings_init(void) "bind -Tcopy-mode n send -X search-again", "bind -Tcopy-mode q send -X cancel", "bind -Tcopy-mode t command-prompt -1p'jump to forward' 'send -X jump-to-forward \"%%%\"'", + "bind -Tcopy-mode Home send -X start-of-line", + "bind -Tcopy-mode End send -X end-of-line", "bind -Tcopy-mode MouseDown1Pane select-pane", "bind -Tcopy-mode MouseDrag1Pane select-pane\\; send -X begin-selection", "bind -Tcopy-mode MouseDragEnd1Pane send -X copy-selection-and-cancel", |