Skip to content

ankur09/vimrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

###This vimrc file is customized for python and c++ programming###

####Plugins added are:####

  • Ctrl-p- For quickly finding files with ctrl+p
  • Jedi-vim- Autocomplete for python
  • Supertab- Press tab for autocomplete
  • Vim-snippets- Making snippets for various languages.
  • Pyflake- Automatic python syntax checking while editing.

**Plugins manager:**Pathogen

####Few Productivity settings####

  • Escape and Capslock both keys are swapped
  • Your undo file will be saved in ~/Documents/undo folder. So you can go back upto 700 steps even after exiting from vim.
  • Relative line numbering in normal mode and absolute in inset mode.

####Few Keyboard shorcuts####

  • F2 - For paste toggle
  • Ctrl+j/k/l/h- For swichting quickly between splits
  • Visual selection + shift + >/< - For indenting a block of code
  • spacebar - For toggling folds in insert mode

Can add or change snippets from /.vim/bundle/vim-snippets/snippets folder

Note- / means or

About

Customized for Python and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 82.2%
  • Python 17.7%
  • Makefile 0.1%
  • HTML 0.0%
  • CSS 0.0%
  • Shell 0.0%