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

Below is a list of custom keystrokes set in configuration

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

General

  • , - So called <leader>, is used in combination with other keys to call different actions
  • ; - Switch from normal mode to command mode
  • ,ev - Open ~/.vimrc file in new tab - very fast & useful

Plugin NERDTree

  • ,n - Open/Hide NERDTree browser

Plugin Sparkup (zencoding)

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

Plugin tComment (commenting blocks of text/code)

  • ,c - Comment selected lines/letters