Skip to content

Commit

Permalink
Fix github issue itstommymorgan#1
Browse files Browse the repository at this point in the history
- http://github.com/duwanis/vim_config/issues#issue/1
Fix an issue caused by a stray space (' ') at the end of the line
defining the <Leader>w command.
  • Loading branch information
itstommymorgan committed Sep 4, 2010
1 parent 0c13ebb commit 6e7387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.vim/config/keybindings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
""""""""""""""""""""""""""""""""""""""""

" ;w saves a buffer
map <Leader>w :w<CR>
map <Leader>w :w!<CR>
" ;q closes a vim-window
map <Leader>q :q!<CR>
Expand Down

0 comments on commit 6e7387b

Please sign in to comment.