书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 42 个相关结果.
  • Managing projects

    Managing projects Projects in SpaceVim are managed by vim-projectionist and vim-rooter, vim-rooter will find the root of the project when a .git directory or a .projections.json...
  • 概念

    1188 2018-07-13 《SapceVim中文文档》
    概念 临时快捷键菜单 SpaceVim 根据需要定义了很多临时快捷键,这将避免需要重复某些操作时,过多按下 SPC 前置键。当临时快捷键启用时,会在窗口下方打开一个快捷键介绍窗口,提示每一临时快捷键的功能。此外一些格外的辅助信息也将会体现出来。 文本移动临时快捷键:
  • 介绍

    Vim 实操教程(Learn Vim) 如何使用 排版规范 导航 基础操作 附加内容 Tips TODO 推荐几个 vim 配置方案 推荐另外几个出色的 vim 教程 Cheatsheets 如果觉得本教程对你有帮助,可以给作者买杯咖啡鼓励一下 ☕️ 来源 Vim 实操教程(Learn Vim) 以我个人学习 vim 的经验来...
  • 工程管理

    1198 2018-07-13 《SapceVim中文文档》
    工程管理 SpaceVim 中的工程通过 vim-projectionisst 和 vim-rooter 进行管理. 当发现一个 .git 目录 或在文件树中发现 .projections.json 文件后 vim-rooter 会自动找到项目的根目录. 工程管理的命令以 p 开头: Key Binding Description ...
  • Errors handling

    Errors handling SpaceVim uses neomake to gives error feedback on the fly. The checks are only performed at save time by default. Errors management mappings (start with e): ...
  • 错误处理

    错误处理 SpaceVim 通过 neomake fly 工具来进行错误反馈. 默认在操作保存时进行错误检查. 错误管理导航键 (以 e 开头): Mappings Description SPC t s toggle syntax checker SPC e c clear all errors SPC e...
  • 核心思想

    1453 2018-07-13 《SapceVim中文文档》
    核心思想 四大核心思想: 记忆辅助, 可视化交互, 一致性,社区驱动. 如果违背了以上四大核心思想,我们将会尽力修复。 记忆辅助 所有快捷键,根据其功能的不同分为不同的组,以相应的按键作为前缀,例如 b 为 buffer 相关快捷键前缀,p 为 project 相关快捷键前缀, s 为 search 相关快捷键前缀,h 为 help 相关...
  • 搜索

    1600 2018-07-13 《SapceVim中文文档》
    搜索 使用额外工具 常用按键绑定 在当前文件中进行搜索 搜索当前文件所在的文件夹 在所有打开的缓冲区中进行搜索 在任意目录中进行搜索 在工程中进行搜索 后台进行工程搜索 在网上进行搜索 实时代码检索 保持高亮 Highlight current symbol 搜索 使用额外工具 SpaceVim 像下面那样调用不同搜索工具...
  • Window manager

    Window manager Windows manager key bindings can only be used in normal mode. The default leader is s , you cancan change it via g:spacevim_windows_leader Key bindings Descr...
  • Editing

    Editing Paste text Auto-indent pasted text Text manipulation commands Text insertion commands Increase/Decrease numbers Replace text with iedit iedit states key bindings Exam...