forked from colonelpanic/dotfiles
tmux copy now goes to os pastebin.
This commit is contained in:
parent
e8bbb6964a
commit
c8f764e1a8
@ -1 +1 @@
|
||||
Subproject commit 4c68b4f2ae2ca0ff178fceeda0ea0dc340c218a3
|
||||
Subproject commit 8ccc274c81bebcf777359bdfba27e25ea760494b
|
@ -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
|
Loading…
Reference in New Issue
Block a user