jrcBy4.md.png

Feature

  • JSX / TSX 语法检测(TSServer/ESLint),不亚于 VSCode 的补全体验
  • 方便且全面快捷键操作,包括 Buffer, Tab, Window 切换,Tmux window 创建与切换
  • 完整的文件管理方案
  • Markdown 的深度适配
  • 其他语言代码有基本的编辑器能力支持

参考

  • []

tmux

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# 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

# 
  • C-T + P(N) switch previous (next) window
  • C-S-Left(Right) move window in status bar
  • C-T + C create window
  • C-T + H(JKL) swich focus