Skip to content

Commit

Permalink
Fix bad message
Browse files Browse the repository at this point in the history
  • Loading branch information
bigjason committed Apr 20, 2012
1 parent 0770a32 commit 7efbba3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ map <Leader>w :noautocmd w<cr>
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" ARROW KEYS ARE UNACCEPTABLE
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
map <Left> :echo "hjlk is better!!"<cr>
map <Right> :echo "hjlk is better!!"<cr>
map <Up> :echo "hjlk is better!!"<cr>
map <Down> :echo "hjlk is better!!"<cr>
map <Left> :echo "IMPOSSIBRU!!"<cr>
map <Right> :echo "IMPOSSIBRU!!"<cr>
map <Up> :echo "IMPOSSIBRU!!"<cr>
map <Down> :echo "IMPOSSIBRU!!"<cr>
" Javascript autocmd's
augroup filetype_js
Expand Down

0 comments on commit 7efbba3

Please sign in to comment.