Skip to content

VIM custom keystrokes

sergeylukin edited this page Mar 24, 2012 · 30 revisions

This dotfiles repository contains custom VIM & Plugins configuration which helps coding/typing even faster.

Note that you can override any of present configurations by editing ~/.vimrc.local file.

Below is a list of some custom keystrokes used in present configuration:

General

  • , - this key is used in combination with other keys to call actions
  • <space> - Enter Command mode from Normal mode

Plugin NERDTree

  • Open/Hide NERDTree browser - ,n

Plugin Sparkup (zencoding)

  • Execute mapping - Ctrl-e
  • Next mapping - Ctrl-n

Plugin tComment (commenting blocks of text/code)

  • Comment selected lines/letters - ,c