nvim工具
NERDTreeToggle¶
- 打开目录树
变量重命名¶
- rn:在vim命令模式下,变量重名。
代码格式化¶
- f:在命令模式下,对代码进行格式化。
Gvimspector¶
- 生成debug文件
debug快捷键¶
-
vscode
Key Mapping Function F5<Plug>VimspectorContinueWhen debugging, continue. Otherwise start debugging. Shift F5<Plug>VimspectorStopStop debugging. Ctrl Shift F5<Plug>VimspectorRestartRestart debugging with the same configuration. F6<Plug>VimspectorPausePause debuggee. F8<Plug>VimspectorJumpToNextBreakpointJump to next breakpoint in the current file. Shift F8<Plug>VimspectorJumpToPreviousBreakpointJump to previous breakpoint in the current file. F9<Plug>VimspectorToggleBreakpointToggle line breakpoint on the current line. Shift F9<Plug>VimspectorAddFunctionBreakpointAdd a function breakpoint for the expression under cursor F10<Plug>VimspectorStepOverStep Over F11<Plug>VimspectorStepIntoStep Into Shift F11<Plug>VimspectorStepOutStep out of current function scope