added a new foldtext function, and added bindings to move windows around in tmux.

This commit is contained in:
Gabe Venberg 2018-08-10 23:47:36 -05:00
parent 74f32eb2b5
commit 3c4d334a7e
2 changed files with 16 additions and 2 deletions

View file

@ -29,6 +29,10 @@
bind -r K resize-pane -U 5
bind -r L resize-pane -R 5
#moving panes between windows.
bind-key b command-prompt -p "bring pane from:" "join-pane -s '%%'"
bind-key s command-prompt -p "sent pane to:" "join-pane -t '%%'"
#reload conf with r
bind r source-file ~/tmux.conf