小编Gou*_*san的帖子

如何使用“Tab”和“Shift+Tab”缩进和反转缩进文本?

我正在开始使用 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 aifiletype indent on到我的空 …

vim

2
推荐指数
1
解决办法
7105
查看次数

标签 统计

vim ×1