tmux copy now goes to os pastebin.

This commit is contained in:
Ivan Malison 2014-11-18 17:35:15 -08:00
parent e8bbb6964a
commit c8f764e1a8
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4c68b4f2ae2ca0ff178fceeda0ea0dc340c218a3
Subproject commit 8ccc274c81bebcf777359bdfba27e25ea760494b

View File

@ -4,6 +4,8 @@ unbind C-g
set -g prefix C-o
bind-key C-o send-prefix
set -gw mode-keys emacs
set-option -g status on
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
bind-key ^ command-prompt -p "swap window:,with window:" "swap-window -s %1 -t %2"
@ -21,4 +23,6 @@ bind-key + resize-pane -D 3
bind-key / resize-pane -L 3
bind-key - resize-pane -U 3
bind-key * resize-pane -R 3
bind-key -t emacs-copy M-w copy-pipe "zsh -c 'clipboard'"
source ~/.tmux.powerline