|
|
@ -52,6 +52,7 @@ set-option -g window-status-style fg=colour249,bg=$BG_COLOR
|
|
|
|
set-window-option -g mode-keys vi
|
|
|
|
set-window-option -g mode-keys vi
|
|
|
|
set-option -sg escape-time 1 # increase vim responsiveness
|
|
|
|
set-option -sg escape-time 1 # increase vim responsiveness
|
|
|
|
set-option -g base-index 1
|
|
|
|
set-option -g base-index 1
|
|
|
|
|
|
|
|
set-option -ga terminal-features "*:hyperlinks" # osc 8
|
|
|
|
|
|
|
|
|
|
|
|
## screen bindings
|
|
|
|
## screen bindings
|
|
|
|
|
|
|
|
|
|
|
@ -93,16 +94,6 @@ bind-key -T copy-mode-vi 'C-k' select-pane -U
|
|
|
|
bind-key -T copy-mode-vi 'C-l' select-pane -R
|
|
|
|
bind-key -T copy-mode-vi 'C-l' select-pane -R
|
|
|
|
bind-key -T copy-mode-vi 'C-\' select-pane -l
|
|
|
|
bind-key -T copy-mode-vi 'C-\' select-pane -l
|
|
|
|
|
|
|
|
|
|
|
|
# fzf-git
|
|
|
|
|
|
|
|
bind-key -T root C-g switch-client -T fzf-git
|
|
|
|
|
|
|
|
bind-key -T fzf-git C-f send-keys C-g f
|
|
|
|
|
|
|
|
bind-key -T fzf-git C-g send-keys C-g g # branches is bound to `g` since `b` doesn't work
|
|
|
|
|
|
|
|
# maybe since it conflicts w/the normal C-b prefix?
|
|
|
|
|
|
|
|
bind-key -T fzf-git C-t send-keys C-g t
|
|
|
|
|
|
|
|
bind-key -T fzf-git C-r send-keys C-g r
|
|
|
|
|
|
|
|
bind-key -T fzf-git C-h send-keys C-g h
|
|
|
|
|
|
|
|
bind-key -T fzf-git C-s send-keys C-g s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bind -r < resize-pane -L 3
|
|
|
|
bind -r < resize-pane -L 3
|
|
|
|
bind -r > resize-pane -R 3
|
|
|
|
bind -r > resize-pane -R 3
|
|
|
|
bind -r - resize-pane -D 3
|
|
|
|
bind -r - resize-pane -D 3
|
|
|
|