tmuxen

tmux environment made easy
git clone git://git.unixkoans.com/tmuxen.git
Log | Files | Refs

commit ba50bdcd0563dad95e3501ee0740f53dbe0dc2ae
parent 70ac0aed60d1a5d455d7b547b2c43147f91d6d42
Author: Xiaodong Xu <[email protected]>
Date:   Sat Apr 29 08:34:09 +0800

Update for 2.4

Diffstat:
_tmux.conf | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/_tmux.conf b/_tmux.conf @@ -1,6 +1,6 @@ # # author : Xu Xiaodong <[email protected]> -# modified : 2016 Dec 01 +# modified : 2017 Apr 29 # #-- base settings --# @@ -54,8 +54,9 @@ bind ^q killw # kill window (prefix Ctrl+q) # copy mode bind Escape copy-mode # enter copy mode (prefix Escape) bind ^p pasteb # paste buffer (prefix Ctrl+p) -bind -t vi-copy v begin-selection # select (v) -bind -t vi-copy y copy-pipe "xclip" # copy (y) +unbind -T copy-mode-vi Space +bind -T copy-mode-vi v send -X begin-selection # select (v) +bind -T copy-mode-vi y send -X copy-pipe "xclip" # copy (y) # app bind ! splitw htop # htop (prefix !)