打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Vim Cheat Sheat for Programmers by Michael Pohoreski

Update: Version 2.0 is up! There are now 4 versions to chose from:
(If you are wondering what the differences are between the screen and print: the screen has less color variations, and no gradients to make it easier to read.)

The color coded Legend / Keys helps provide guidance for your experience level.

  •   Green   = Essential
  •   Yellow   = Basic
  •   Orange   / Blue = Advanced
  •   Red   = Expert

If you don't like this version (I'd love to hear why) try these, you may find them more to your liking...

Thanks to all the redditors for the feedback!  ~ Michael


The on-screen 150 DPI .png version is shown...


The color hard-copy 300 DPI .png version:

The monochrome hard-copy 300 DPI .png version:

An color blind hard-copy 150 DPI .png version:

=== Vim Rants ===

Vim has 4 bugs...
  • Unable to map Caps lock key, Ctrl-1, Ctrl-Shift-1, Ctrl-Alt-Shift-1, etc. !
  • Unable to distinguish between TAB and Ctrl-I, ESC and Ctrl-[ ! Any _modern_ editor can tell the diffeence. It is not 1970 anymore people!
  • :set list doesn't work for displaying all whitespace with a seperate character, i.e., listchars is missing an whitespace:+ option.
  • The cursor movement keys h j k l are literally hard-coded throughout the source -- which also effects the netrw :Explore file browser. A user should be able to tell Vim what their 4 basic movement keys are, and ALL commands & Plugins should use THAT. The PROPER way to write code is to translate key presses into an enumeration, i.e. CMD_MOVE_UP, CMD_MOVE_DOWN, etc, and use THAT in your logic, NOT if (cmd == 'h') ....
Othe then that, Vim is a beautiful code editor!
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
*08.1* 分割窗口
Photoshop教程:如何将照片变成绘画(逼真)
tmux的使用方法和个性化配置 | 赖明星
用vim ctags taglist cscope打造文本模式下的Kscope
Writing Vim Plugins / Steve Losh
[vim与gvim技巧]vim gvim技巧大全(9)
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服