This Gist stores annotations for BeatAI documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let mapleader=" " | |
| """ Plugins -------------------------------- | |
| set surround | |
| set multiple-cursors | |
| set commentary | |
| set argtextobj | |
| set easymotion | |
| set textobj-entire | |
| set ReplaceWithRegister |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ctrl + w + h 光标 focus 左侧树形目录 | |
| ctrl + w + l 光标 focus 右侧文件显示窗口 | |
| ctrl + w + w 光标自动在左右侧窗口切换 | |
| ctrl + w + r 移动当前窗口的布局位置 | |
| o 在已有窗口中打开文件、目录或书签,并跳到该窗口 | |
| go 在已有窗口 中打开文件、目录或书签,但不跳到该窗口 | |
| t 在新 Tab 中打开选中文件/书签,并跳到新 Tab | |
| T 在新 Tab 中打开选中文件/书签,但不跳到新 Tab | |
| i split 一个新窗口打开选中文件,并跳到该窗口 | |
| gi split 一个新窗口打开选中文件,但不跳到该窗口 |