@@ -2,9 +2,9 @@ set -g default-terminal "xterm-256color"
|
||||
#set -ga terminal-overrides ",*256col*:Tc"
|
||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||
# action key
|
||||
unbind C-b
|
||||
set-option -g prefix C-t
|
||||
set-option -g repeat-time 0
|
||||
#unbind C-b
|
||||
#set-option -g prefix C-t
|
||||
#set-option -g repeat-time 0
|
||||
|
||||
#### Key bindings
|
||||
|
||||
@@ -18,10 +18,10 @@ bind o run-shell "open #{pane_current_path}"
|
||||
bind -r e kill-pane -a
|
||||
|
||||
# vim-like pane switching
|
||||
bind -r k select-pane -U
|
||||
bind -r j select-pane -D
|
||||
bind -r h select-pane -L
|
||||
bind -r l select-pane -R
|
||||
bind -r k select-pane -U
|
||||
bind -r j select-pane -D
|
||||
bind -r h select-pane -L
|
||||
bind -r l select-pane -R
|
||||
|
||||
# Moving window
|
||||
bind-key -n C-S-Left swap-window -t -1 \; previous-window
|
||||
|
||||
Reference in New Issue
Block a user