diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-07-30 19:22:11 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-07-30 19:22:11 +0800 |
commit | 2c139a1b8303d8c74464c79136843e371e3c5bea (patch) | |
tree | c7616f37f518047604560ae25b4d811f56dd9596 /_tmux.conf | |
parent | b5cbb3dd3928c7efbe567801dbe55e8e1294bd1a (diff) | |
download | dotfiles-2c139a1b8303d8c74464c79136843e371e3c5bea.tar.bz2 |
tmux: add a keybinding for copy-mode
Diffstat (limited to '_tmux.conf')
-rw-r--r-- | _tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,7 +47,8 @@ bind-key -n C-Right swap-window -t +1 bind-key -n C-d detach ## Copy mode settings -bind-key p paste-buffer +bind-key Escape copy-mode +bind-key p paste-buffer bind-key -t vi-copy "v" begin-selection bind-key -t vi-copy "y" copy-selection # toggle between line- and column-wise selection |