Shift + Enter回车,光标位置只需要在本行即可回车到下一行。 Ctrl + Shift + f格式化代码,使代码格式对齐。需要注意此时输入法应为:微软英(win+Space切换输入法) Ctrl + f查找替换 Alt + ↑或↓移动本行代码 Ctrl + Alt + ↑或↓复制本行代码 **Alt + / **代码补全提示... ...
let g:NERDSpaceDelims = 1 " Expand Down 8 changes: 6 additions & 2 deletions 8 sources_non_forked/ack.vim/README.md Show comments View file Edit file Delete file This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To ...
ctrlp_mruf_relative'* Set this to 1 to show only MRU files in the current working directory: > let g:ctrlp_mruf_relative = 0 < Note: you can use a custom mapping to toggle this option inside the prompt: > let g:ctrlp_prompt_mappings = { 'ToggleMRURelative()': ['<F2>'] }...