Skip to content

Latest commit

 

History

History
100 lines (84 loc) · 2.25 KB

README.markdown

File metadata and controls

100 lines (84 loc) · 2.25 KB

vconf - VIM configuration

Vim configuration containing several plugins and themes for your everyday VIM use.

Contains :


Update plugins: Plugins are managed trough the Vundle plugin to update it just run in your vim

:BundleUpdate

Optional



Optional colorschemes are thrown out to reduce the filesize. They are still available via https://github.com/flazz/vim-colorschemes

Keybindings

Window management

leader + w - split and focus on the new vertical window
leader + x - split and focus on the new horizontal window
<C-w> + w  - Jump to next window
<C-w> + h  - Jump left window
<C-w> + j - Jump to window below
<C-w> + k - Jump to window up
<C-w> + l - Jump to window right

Session Management

<leader>sl - List sessions
<leader>ss - Save session

Fuzzy plugin

<C-a> - Fuzzy File Search
<C-e> - Fuzzy Buffer Search

NerdTree

<leader>l | <F2> - NERDTree toggle
<leader>e - NERDTree Find

Get it!


Installation script will automatically backup your current .vim/ directory and .vimrc configuration file to .vim.bak and .vimrc.bak and setup the vim and vimrc provided in this package.

Install vconf Download the package or git clone:

clone [email protected]:asoantun/vim.git
cd vim/
bash bundle.sh install

Uninstall vconf

cd vconf/
bash bundle.sh uninstall

Great links