Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My custom configuration for MacVim/GVim.

Installation

  • git clone https://github.com/isa/vim-vironment ~/.vim-vironment
  • cd .vim-vironment
  • git submodule init
  • git submodule update
  • For OSX/Linux create a symbolic link for vimrc and vim folders in your home folder
    • ln -s /home/<home-folder>/.vim-vironment/vimrc ~/.vimrc
    • ln -s /home/<home-folder>/.vim-vironment/vim ~/.vim
  • Finally, launch MacVim/GVim and just run :BundleInstall

PS. For stupid Windows I've also created custom vim files which fixes encoding issues and some mapping issues. Please check for-windows folder.

Supported Vim Plugins

Mappings

  • Leader key is ","
  • ,W Clears all the leading white-space characters from the file
  • ,T Re-tabs all the file
  • ,ev automatically loads .vimrc file in a new tab
  • ,sv automatically sources .vimrc file
  • jj is the new ESC
  • Space is set to fold
  • Enter enable/disable highlight in the search
  • F2 Reformats the XML files
  • F8 Disables auto indentation for better pasting

Plugin Settings/Mappings

  • Gundo is mapped to F5
  • EasyMotion lead key is ,m
  • FuzzyFinder for file is mapped to ,f
  • FuzzyFinder for buffer is mapped to ,b
  • FuzzyFinder selection is mapped to <Tab>

About

Vim environment files

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages