Skip to content

Commit

Permalink
Remapped copy paste keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Punjcoder committed Nov 8, 2012
1 parent 109f765 commit 0e70a2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tmux.conf
Expand Up @@ -78,3 +78,11 @@ set -g status-justify centre
# Notify when other windows notify # Notify when other windows notify
setw -g monitor-activity on setw -g monitor-activity on
set -g visual-activity on set -g visual-activity on

# Remapping copy paste keys using buffers
unbind [
bind Escape copy-mode
unbind p
bind p paste-buffer
bind -t vi-copy 'v' begin-selection
bind -t vi-copy 'y' copy-selection

0 comments on commit 0e70a2a

Please sign in to comment.