[PATCH] D22854: change Vim key binding for include-fixer and clang-rename

Miklos Vajna via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 05:41:04 PDT 2016


vmiklos added a subscriber: vmiklos.
vmiklos added a comment.

`:help leader` explains it. Or see this link: http://learnvimscriptthehardway.stevelosh.com/chapters/06.html#leader. The later describes 3 arguments for using `<leader>` instead of `,` directly.


https://reviews.llvm.org/D22854





More information about the cfe-commits mailing list