clipboard

This commit is contained in:
2019-02-25 13:44:00 -08:00
parent eda64090a7
commit 55a9e4faaf

View File

@@ -16,6 +16,9 @@ bind p paste-buffer
# open links
bind o new-window "open `tmux show-buffer`"
# use system clipboard
set -g set-clipboard on
# vim move keys
bind h select-pane -L
bind j select-pane -D