我正在开始使用 vim 进行降价。
* Level 1 text
* On pressing enter it comes here
* On pressing tab it comes here
Run Code Online (Sandbox Code Playgroud)
我想要的是,我想使用按键修改(增加或减少)项目符号点的级别。(在其他文本编辑器中,增加或减少Tab
意图级别)Shift+Tab
* Level 1 bullet. On pressing Enter,
* It comes here. On pressing Enter and then Tab,
* I want it to come here. To go to the previous level, on pressing Enter and then Enter/Shift+Tab,
* I want it to come here.
Run Code Online (Sandbox Code Playgroud)
这是 VS Code 中的行为。
搜索后,我添加了set ai
和filetype indent on
到我的空 …
vim ×1