X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.tmux.conf;fp=.tmux.conf;h=f518897c081adfe148a89720ba812ad6b7d2d627;hb=170f7f08b60305eef1a6518e440e6b49ce6a4bab;hp=8e27609818ef9e7206d6482eb18d8729d038682b;hpb=023ace4cee5028e65f80867e2181dc801145783a;p=profile.git diff --git a/.tmux.conf b/.tmux.conf index 8e27609..f518897 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -66,12 +66,12 @@ bind -r L next-window # Last window like Vim. bind ^ last-window bind C-^ last-pane +bind C-o last-pane # Top and bottom. bind J select-pane -D bind K select-pane -U # Swap panes. bind o swap-pane -D -bind -r C-o swap-pane -D bind -r O swap-pane -U bind w command-prompt -p "Select [.] to swap:" 'swap-pane -s . -t %1' # Swap windows.