Skip to content

Commit

Permalink
updated vimrc, README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryz committed Oct 25, 2011
1 parent 7bc4b56 commit 644f150
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Plugins are included via git submodules.
Installation
------------

Install to '~/.vim/' or '$HOME/vimfiles' respectively, dependend on your OS.

Install to `~/.vim/` or `$HOME/vimfiles` respectively, dependend on your OS.
Also, 'vimrc' should be renamed to '.vimrc' on linux or '_vimrc' on Windows.

9 changes: 6 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
" vimrc / 'Vim' configuration file
"
" written by ryz <ryzawy@gmail.com>
" last update: 2011-10-24 17:17:39
" last update: 2011-10-25 11:15:47
" ---------------------------------
" latest changes/additions/removals:
" [+] keybindings, pathogen-stuff
" [=] -
" [=] remapped leader key
" [-] -
" ---------------------------------
" to use this vimrc, copy it to
Expand Down Expand Up @@ -131,14 +131,17 @@ let g:SuperTabDefaultCompletionType = "context"
" key bindings {{{
" ------------

" remap leader key to , (useful for plugins like NERDCommenter)
let mapleader=","


"" .vimrc related stuff
" open new tab and edit $MYVIMRC

map <F9> :tabnew<CR>:e $MYVIMRC<CR>
" SOURCE current file

,
map <F10> :so %<CR>
" time and date via F3
Expand Down

0 comments on commit 644f150

Please sign in to comment.