Skip to content

Commit

Permalink
clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Papperello committed Nov 30, 2018
1 parent 4f42f03 commit 3a65f7d
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
Expand Up @@ -58,9 +58,10 @@ bind - split-window -v
bind h split-window -h
bind v split-window -v
unbind C-p
unbind C-P
bind C-p run " tmux show-buffer | xclip -selection clipboard -i"
bind N run " tmux show-buffer | nopaste --private"
bind C-p run " tmux show-buffer | xclip -selection clipboard -i >/dev/null"
bind-key -t vi-copy y copy-pipe 'xclip -selection clipboard >/dev/null'



### Trying maximize functionality..
unbind +
Expand Down

0 comments on commit 3a65f7d

Please sign in to comment.