Skip to content

Commit

Permalink
Fixed something that went wrong with the last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsHaldenwang committed Sep 16, 2011
1 parent 9baa928 commit fee45e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions key_mappings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ nmap <Leader>sic :set list!<CR>
" As esc is to far away I would like to quit imode with jj
inoremap jj <Esc>
" Toggle AutoClose
nmap <Leader>x <Plug>ToggleAutoCloseMappings
" Align selected lines
nmap <Leader>a :Align
vmap <Leader>a :Align
" Some mappings for rails.vim
nmap <Leader>rr :R<CR>
nmap <Leader>ra :A<CR>
" shortcut for closing a buffer
nmap <Leader>d :bd<CR>
Expand Down

0 comments on commit fee45e8

Please sign in to comment.