Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroot committed Oct 21, 2016
1 parent 20f5645 commit e8cf59f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tmux.conf
Expand Up @@ -46,14 +46,10 @@ bind : command-prompt
#set-window-option -g utf8 on # utf8 support
#set-window-option -g mode-mouse off # disable mouse

# copy mode to escape key
#unbind [
#bind Escape copy-mode

unbind [
bind Escape copy-mode
unbind p
bind p paste-buffer
#unbind p
#bind p paste-buffer
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection

Expand Down

0 comments on commit e8cf59f

Please sign in to comment.