Difference between revisions of "VIM"
From Vlsiwiki
(→C/C++) |
(→C/C++) |
||
Line 7: | Line 7: | ||
=C/C++= | =C/C++= | ||
− | == Shortcuts == | + | === Shortcuts === |
− | == Configuration == | + | === Configuration === |
=Editing= | =Editing= |
Revision as of 08:08, 16 January 2010
Under Construction!
Contents
Latex
Verilog
C/C++
Shortcuts
Configuration
Editing
Shortcuts
- :x - Jump to line 'x' in the file
- ydy or dyy - Copy d lines to clipboard
Configuration
- 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