Skip to content

rvalyi/vimfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimfiles

My vim configuration, tested on Ubuntu 14.04

Installation

$ sudo apt-get install vim vim-gnome
$ git clone https://github.com/fgrehm/vimfiles.git
$ cd vimfiles && ./setup.sh

Available plugins (managed through Vundle)

See conf/plugins.

Other features

  • Deletes trailing spaces by default when saving files
  • Fixed swap / backup / undo dir to keep Guards sane

Key mappings

Please note that the leader key is currently mapped to ,

Plugins

  • <C-p> fire up CtrlP plugin finder

Custom

  • <C-s> save current buffer on normal or insert mode

  • <Space><Space> to maximize buffer

  • <Space>= to restore buffer

About

just my vim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.7%
  • Vim Script 26.3%