Skip to content

dbandin/VimConfiguration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diego's VIM configuration

This repository is my personal .vim directory with the current plugins and color schemes that I am using. The current modules belong to 3rd party coders, I left the bundles linked to the original owners.

In the main directory of the repository the "vimrc" could be found, this file should be moved to ~/.vimrc to load all the mappings, colorschemes and plugin loads.

I based big part of my configuration in sontek's config -> http://www.sontek.net/blog/2011/05/07/turning_vim_into_a_modern_python_ide.html

Dependencies

There is some dependencies like rope, python-rope, ruby, and others that will be required to run some of the plugins installed.

TODO: Add dependencies and installation steps.

Usage

Shortcuts

"" is the leader defined key.

  • Windows Splitting:
    • Vertical split: ctrl+w v
    • Horizonal split: ctrl+w h
    • Movement between windows: ctrl+w [hjkl]
  • Task List: \td
  • Revision history: \g
  • Pep 8 revision: \8
  • Nerd tree: \n
  • Go to definition: \j
  • Rename definition and substitute everywhere: \r
  • Search with ack: \a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published