Eric Wong
Eric Wong
This should not be default behavior. Sometimes We need to use Vim -u None in buildin terminal. if it is default, we Can not use esc in buildin terminal. I...
@chrisbra but `` is a very commonly used key in bash as I know.
@phcerdan can you post your clang version? or your os info, I also use arch, but I can not reproduce this issue.
@Shougo I will test it in SpaceVim,and will fix it.
@tenfyzhong ``` :AgitGit[!] {args} Execute the specified git command. This is done in a current git repository path. Note: This command is available only in |agit-log| buffer. Note: This command...
Ok, Let's do it: https://github.com/wsdjeg/vim-deldo
我最近也再给leaderf定义一些自定义source,遇到一个问题,比如我需要指定输入,目前仅支持 --cword ,我希望可以更加智能一点比如 `--input=hello` 起到一个类似于打开leaderf后并默认输入hello的效果,并且这个hello在leaderf打开后是可以修改的。比如启动后按下 `` 他就变成 hell
@Yggdroot 我测试了了一下,完全不好用,不知道具体原因。代码非常简单: ``` fu! test#test(...) retun ['sss', 'ssss'] endf fu! test#echo(line) echo a:line endf let g:Lf_Extensions.menu = \ { \ "source": function("test#test"), \ "arguments": [ \ { "name": ["--name"], "nargs":...
open issue here https://github.com/ctrlpvim/ctrlp.vim it is a active fork,and abbr also can be used as `:h abbr`,by this way you can find what you want
@eldamir let me have a try