Skip to content
 
 

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reo VimRC

Screenshot

How to install

git clone https://github.com/reo7sp/ReoVimRC
cd ReoVimRC
./install.sh

How to update

cd ReoVimRC
git pull origin master
./install.sh

How to add custom settings

For this purpose there is ~/.vimrc.user.after file which you can edit as you want and changes won't be lost after this vimrc's update. To add plugins use ~/.vimrc.user.install file.

~/.gtkrc-2.0.mine file, which is used to fix border in gvim, won't be rewrited after update too, so you can also edit it as you want

Plugins

General

Navigation

Editing

Appearance

File types

Other

Custom keyboard shortcuts

Plugins

  • Neocomplcache: <tab> selects next completion
  • Neosnippets: <c-k> expands snippet
  • Nerdtree: <leader>t toggles tree
  • Tagbar: <leader>g toggles tree
  • ctrlp: <c-f> opens file search, <c-b> opens buffer, <c-m> opens mru
  • easymotion: s starts single character search in whole file, <leader-{l,j,k,h}> open single character search in specified direction
  • multiple-cursors: <c-l> selects next occurence, <c-h> selects previous occurence, <c-j> skips occurence

Vim

  • 0 is ^
  • j is gj
  • k is gk
  • <f4> toggles paste mode
  • gV selects text added in last insert mode
  • <space> toggles fold
  • <f2> saves buffer
  • <f3> saves and closes buffer
  • <f7> creates new buffer
  • <f9> switches to previous buffer
  • <f10> switches to next buffer
  • <f12> closes buffer
  • <leader>ss toggles spell check
  • <leader>ev opens vimrc
  • <leader>sv applies vimrc

About

Reo_SP's vim config

Resources

Stars

0 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages