tvl-depot/configs/.tmux.conf

26 lines
628 B
Text
Raw Normal View History

source-file "${HOME}/makersquare/tmux-themepack/powerline/block/green.tmuxtheme"
2016-11-10 23:57:12 +01:00
unbind C-b
set -g prefix C-a
bind C-a send-prefix
2016-11-04 21:53:45 +01:00
2016-08-15 17:14:37 +02:00
bind-key -r -T prefix k select-pane -U
bind-key -r -T prefix j select-pane -D
bind-key -r -T prefix h select-pane -L
bind-key -r -T prefix l select-pane -R
2016-11-04 21:53:45 +01:00
2016-08-24 16:01:35 +02:00
bind-key -r -T prefix C-k resize-p -U 2
bind-key -r -T prefix C-j resize-p -D 2
bind-key -r -T prefix C-h resize-p -L 2
bind-key -r -T prefix C-l resize-p -R 2
2016-11-04 21:53:45 +01:00
2016-08-24 16:01:35 +02:00
bind % split-window -c "#{pane_current_path}"
bind '"' split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
set -g default-terminal "tmux"
2016-11-07 20:56:17 +01:00