Difference between revisions of "VIM"
From Vlsiwiki
(→Shortcuts) |
|||
Line 2: | Line 2: | ||
= Shortcuts = | = Shortcuts = | ||
− | * | + | * :''x'' - Jump to line 'x' in the file |
+ | * y''d''y or ''d''yy - Copy d lines to clipboard | ||
=Latex= | =Latex= |
Revision as of 23:01, 15 January 2010
Under Construction!
Shortcuts
- :x - Jump to line 'x' in the file
- ydy or dyy - Copy d lines to clipboard
Latex
Verilog
C/C++
Editing
- set nocompatible " Disables troublesome VI compatibilty
- set title " Sets the title bar to give the filename and path
- set ruler " Enables the location information in bottom right corner
- set nowrap " Disables text wrapping
- set ignorecase " Searches ignore case
- set wildmenu " Menu for autocomplete of filenames
- set number " Prints line numbers on left of screen