From ffaf2a36c2b4111b5529413ebfaa6efff72402de Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Mon, 29 Jan 2018 00:00:02 +0000 Subject: [PATCH] Add new stuff --- .tmux.conf.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index 46a1807..4390ecf 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -292,3 +292,5 @@ bind h resize-pane -L 10 run-shell /home/viktor/.tmux/resurrect/resurrect.tmux + +# bind -T copy-mode-vi y send-keys -X copy-pipe 'xclip -in -selection clipboard'