added a new foldtext function, and added bindings to move windows around in tmux.
This commit is contained in:
parent
74f32eb2b5
commit
3c4d334a7e
2 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue