Merge branch 'master' of gitee.com:klesh/dotfiles
This commit is contained in:
commit
751e9a2e65
|
@ -3,6 +3,7 @@
|
|||
if status is-interactive
|
||||
# === default programs
|
||||
set -gx EDITOR vim
|
||||
set -gx TMUX_SHELL (command -v fish)
|
||||
|
||||
# === fzf configuration
|
||||
set -gx FZF_DEFAULT_COMMAND 'ag -g ""'
|
||||
|
|
|
@ -18,7 +18,7 @@ set-option -g set-titles-string "#S / #W"
|
|||
############################
|
||||
setw -g mode-keys vi
|
||||
set -g status-keys vi
|
||||
set -g default-shell $SHELL
|
||||
set -g default-shell $TMUX_SHELL
|
||||
# set -g prefix C-h
|
||||
bind c new-window -c '#{pane_current_path}'
|
||||
bind '"' split-window -c '#{pane_current_path}'
|
||||
|
|
Loading…
Reference in New Issue
Block a user