Skip to content

nodejedi/vimfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jai-gouk's vim configuration

Thanks to these guys:

My configuration uses Pathogen and git submodules. (But you don't need to care about any of that.)

For utf-8 encoding and etc

  1. download vim

  2. compile option ./configure --with-features=huge --enable-multibyte --enable-fontset --enable-hangulinput

Installation:

Prerequisites: ruby, git.

  1. Move your existing configuration somewhere else:
    mv ~/.vim* ~/.gvim* my_backup
  2. Clone this repo into ".vim":
    git clone https://github.com/mislav/vimfiles ~/.vim
  3. Go into ".vim" and run "rake":
    cd ~/.vim && rake

This will install "/.vimrc" and "/.gvimrc" symlinks that point to files inside the ".vim" directory.

Features:

  • 2 spaces, no tabs
  • incremental, case-insensitive search
  • 'Leader' character mapped to "," (comma)
  • ,f opens file search via :CommandT plugin
  • ,, switches between two last buffers
  • <C-j/k/h/l> switches between windows (no need to prepend <C-w>)
  • cursor keys for movement disabled!

Plugins:

  • ack
  • ctrlp
  • commentary
  • endwise
  • fugitive
  • markdown
  • rails
  • haml
  • scss
  • coffee-script
  • less
  • css syntax highlight
  • solarized vim color theme
  • solarized iterm2 color theme

About

vim configuration – Ruby, Rails, Markdown, SCSS, CoffeeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors