Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Apr 28, 2024
1 parent 97d603a commit 79ec42d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dot_config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ bind-key -T edit-mode-vi WheelDownPane send-keys -X scroll-down
set-window-option -g mode-keys vi

bind -T copy-mode-vi v send -X begin-selection

# tmux + vim の場合のモード切替がラグい問題の対応
set -g escape-time 0

2 changes: 1 addition & 1 deletion dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source "${ZINIT_HOME}/zinit.zsh"
zinit ice depth=1; zinit light romkatv/powerlevel10k

zinit ice depth=1; zinit light olets/zsh-abbr
abbr -S --force vim="nvim"
abbr -S --force --quiet vim="nvim"

# Setup starship
# -----------------------------------------------------------------
Expand Down

0 comments on commit 79ec42d

Please sign in to comment.