Skip to content

stjepano/myvimconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Vim Config

This VIM config is intended for use on Windows (gVim) and with Croatian keyboards. You have been warned.

You can use it as you like.

Installation

it is bad practice to work with Vim installation directory, I am just lazy

From gVim installation directory (C:\Program Files (x86)\Vim on my Win7):

  1. Delete vimfiles directory
  2. Delete vim74/autoload directory
  3. Delete _vimrc file
  4. Run git clone https://github.com/stjepano/myvimconfig.git
  5. cd into $VIMDIR/mygitconfig and move (cut) all files into $VIMDIR (including hidden and .git files)
  6. cd into $VIMDIR and delete myvimconfig directory
  7. Run git submodule init
  8. Run git submodule update

That should be it.

List of plugins

  1. Standard autoload scripts which come with Windows version of Vim
  2. Pathogen (in autoload directory)
  3. CtrlP
  4. NERDTree
  5. SuperTAB (using <c-space>)
  6. Syntastic
  7. VIM Commentary
  8. VIM Autoclose
  9. Tabular
  10. snipMate
  11. emmet

Color scheme: molokai

Config

Leader key is ,.

Use - instead of :.

š moves to the first non white in line. đ moves to end of line. ž moves to beginning of line.

You can use <C-J|K|H|L> to navigate windows.

,ev to edit _vimrc. ,rr to reload _vimrc. ,/ to toggle search highlights.

You can use ,eh to edit hosts file.

<F4> will open NERDTree. <C-P> will trigger CtrlP. <F3> will toggle paste mode.

,tn will open new tab. ,tc will close tab. ,te will ask you for a file and open it in new tab.

,f to find currently opened file in NERDTree.

Use ,= to align on =

Use for SuperTab completion.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published