Table of Contents

Vim

Commands

  • qx: start recording into buffer x. Stop recording with q.
  • @x: execute recording in buffer x.
  • bn: next buffer (file to edit)
  • bp: previous buffer.

.vimrc

" Turn off 2 spaces after full stop.
set nojoinspaces

To execute commands from .*rcs as though in normal mode, use command normal, e.g.: normal gq${j.

vim.txt · Last modified: 2009/01/14 10:05 by jobriath
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki