comparison tmux.conf @ 137:f062b25a262e

Update tmux confs
author zegervdv <zegervdv@me.com>
date Mon, 06 Oct 2014 08:28:37 +0200
parents aeb4af7c7fb6
children e037d9b797eb
comparison
equal deleted inserted replaced
136:ce3f4f32d1b5 137:f062b25a262e
4 bind s split-window -v 4 bind s split-window -v
5 bind v split-window -h 5 bind v split-window -h
6 6
7 # act like vim 7 # act like vim
8 setw -g mode-keys vi 8 setw -g mode-keys vi
9 set -g status-keys vi
10 bind-key -t vi-edit Up
11 bind-key -t vi-eidt Down
9 bind h select-pane -L 12 bind h select-pane -L
10 bind j select-pane -D 13 bind j select-pane -D
11 bind k select-pane -U 14 bind k select-pane -U
12 bind l select-pane -R 15 bind l select-pane -R
13 bind-key -r C-h select-window -t :- 16 bind-key -r C-h select-window -t :-
14 bind-key -r C-l select-window -t :+ 17 bind-key -r C-l select-window -t :+
15 18
16 #act like GNU screen 19 #act like GNU screen
17 unbind C-b 20 unbind C-b
18 set -g prefix C-a 21 set -g prefix C-a
22
23 bind Escape copy-mode
19 24
20 # resize panes like vim 25 # resize panes like vim
21 # feel free to change the "1" to however many lines you want to resize by, only 26 # feel free to change the "1" to however many lines you want to resize by, only
22 # one at a time can be slow 27 # one at a time can be slow
23 bind < resize-pane -L 1 28 bind < resize-pane -L 1