Skip to content

zzjjzzgggg/vimrc

 
 

Repository files navigation

The Ultimate vimrc

Introduction

Notes

  • default leader key: “,”
  • most recently opened files: ,+f
  • manage buffer: ,+o

Remapping Ctrl-f and Ctrl-b

let g:ctrlp_map = '<c-p>'
nnoremap <C-f> <PageDown>
nnoremap <C-b> <PageUp>

About

The ultimate Vim configuration: vimrc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 74.6%
  • Vim Snippet 23.1%
  • Ruby 1.0%
  • Shell 0.4%
  • Erlang 0.3%
  • CoffeeScript 0.3%
  • Other 0.3%