summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tmux6
1 files changed, 5 insertions, 1 deletions
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