From cd91afea0d9e3ed6191885c1e25cc5f1cd614b27 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 18 Jun 2020 14:56:47 -0700 Subject: tmux: next/previous layout --- lib/tmux | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tmux b/lib/tmux index 5a68853..01b1440 100644 --- a/lib/tmux +++ b/lib/tmux @@ -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 -- cgit v1.2.3