开发者

What are commonly used gvim shortcuts?

开发者 https://www.devze.com 2023-02-01 06:45 出处:网络
What are the most commonly used shortcuts used in gvim for C programming?For in开发者_如何学编程stance, how can I perform function name auto completion (without using the default word autocomplete).Co

What are the most commonly used shortcuts used in gvim for C programming? For in开发者_如何学编程stance, how can I perform function name auto completion (without using the default word autocomplete). Could you please provide a cheatsheet or a tutorial?


I use snipMate alot for C++/C programming:

http://www.vim.org/scripts/script.php?script_id=2540

For function name auto completion you're probably stuck with ctrl+n ctrl+p or you can possibly try to get some omnicompletion working

http://vim.wikia.com/wiki/C%2B%2B_code_completion


This is what I was looking for: a vim cheatsheet!

0

精彩评论

暂无评论...
验证码 换一张
取 消