diff options
-rw-r--r-- | lib/tmux | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -36,6 +36,10 @@ bind -n S-Right next-window # Set current window pane to 80 columns bind-key 8 resize-pane -x 80 +# cycle pane layout +bind-key N next-layout +bind-key P previous-layout + ## Text manipulation # vim-like copy/paste @@ -47,7 +51,7 @@ bind ] paste-buffer # copy/paste with xclip bind-key -Tcopy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -sel clip -i' -# buffer +# select buffer to paste from bind Space choose-buffer ## Meta |