武装到牙齿的 Vim - React配置篇

2022/6/21 J10c
PROGRAMMING VIM

jrcBy4.png

Feature

tmux

# 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

# 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

#