Difference between revisions of "VIM"

From Vlsiwiki
Jump to: navigation, search
Line 1: Line 1:
 
Under Construction!
 
Under Construction!
  
== Shortcuts ==
+
= Shortcuts =
 
* ':x' Go to line 'x'
 
* ':x' Go to line 'x'
 
.vimrc / .gvimrc Common / Useful Options
 
 
*
 
  
 
=Latex=
 
=Latex=
Line 15: Line 11:
  
 
=Editing=
 
=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
  
 
=Color Scheme=
 
=Color Scheme=

Revision as of 22:57, 15 January 2010

Under Construction!

Shortcuts

  • ':x' Go to line 'x'

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

Color Scheme