Merge branch 'master' of gitee.com:klesh/dotfiles

This commit is contained in:
Klesh Wong 2021-09-23 17:15:27 +08:00
commit 751e9a2e65
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
if status is-interactive if status is-interactive
# === default programs # === default programs
set -gx EDITOR vim set -gx EDITOR vim
set -gx TMUX_SHELL (command -v fish)
# === fzf configuration # === fzf configuration
set -gx FZF_DEFAULT_COMMAND 'ag -g ""' set -gx FZF_DEFAULT_COMMAND 'ag -g ""'

View File

@ -18,7 +18,7 @@ set-option -g set-titles-string "#S / #W"
############################ ############################
setw -g mode-keys vi setw -g mode-keys vi
set -g status-keys vi set -g status-keys vi
set -g default-shell $SHELL set -g default-shell $TMUX_SHELL
# set -g prefix C-h # set -g prefix C-h
bind c new-window -c '#{pane_current_path}' bind c new-window -c '#{pane_current_path}'
bind '"' split-window -c '#{pane_current_path}' bind '"' split-window -c '#{pane_current_path}'