Skip to content

txusinho/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotvim

My ViM configuration. Its my current Python IDE.

Works on GNU/Linux and Mac OSX.

##Before you continue reading You'll need ViM 7.3 or higher.

##Installation In your home directory:

git clone https://github.com/saghul/dotvim.git

cd dotvim && ./install.sh

###Normal mode

  • Ctrl + l => Clear search highlight
  • Ctrl + t => Open new tab
  • Ctrl + o => Open file in current directory
  • Alt + left => Move across tabs, to the left
  • Alt + right => Move across tabs, to the right
  • F2 => Toggle line numbers
  • F3 => Toggle paste mode

###Insert mode

  • jj => Back to normal mode
  • qq => Quit without saving (:q!)
  • ww => Save and quit (:wq)

###Plugin related

  • Shift + t => Show task list
  • F4 => NERDTree
  • F5 => Toggle taglist
  • F6 => Toggle Gundo
  • F7 => PEP8
  • F11 => Toggle color and background
  • ,cl => Comment lines (put comment symbol on the left)
  • ,f => Ack search
  • ,t => Open file (Command-T)

##Plugins

##Colorschemes

###Some considerations

  • Leader is ,
  • Font is Inconsolata 16
  • Also works in GUI environments, all toolbars have been removed

About

My vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 98.8%
  • Shell 1.2%