Skip to content

Commit

Permalink
Update for 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaodong committed Apr 29, 2017
1 parent 70ac0ae commit ba50bdc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _tmux.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# author : Xu Xiaodong <xxdlhy@gmail.com>
# modified : 2016 Dec 01
# modified : 2017 Apr 29
#

#-- base settings --#
Expand Down Expand Up @@ -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 !)
Expand Down

0 comments on commit ba50bdc

Please sign in to comment.