Common computer configuration

  1. vim
  2. windows felix screensaver
  3. windows terminal
  4. windows mouse theme
  5. anki markdown plugin
  6. Typora themeNext
  7. Windows development environment (official)
  8. windows vscode c++
  9. linux tmux configuration

tmux configuration file

set -g prefix C-a
unbind C-b
bind C-a send-prefix
unbind '"'
bind - splitw -v -c '#{pane_current_path}'
unbind %
bind | splitw -h -c '#{pane_current_path}'
bind -r k select-pane -U
bind -r j select-pane -D
bind -r h select-pane -L
bind -r l select-pane -R

Guess you like

Origin blog.csdn.net/Fei20140908/article/details/108512230