Skip to content

Commit

Permalink
Add vim-ragtags and remove arrow key nops.
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidJanczak committed Dec 19, 2012
1 parent 8a298da commit f865187
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -58,3 +58,6 @@
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/vim-ragtag"]
path = bundle/vim-ragtag
url = git://github.com/tpope/vim-ragtag.git
8 changes: 0 additions & 8 deletions .vimrc
Expand Up @@ -190,14 +190,6 @@ set wrap
" 2. j and k work on visible lines instead of actual lines (helpful when sentence is wrapped)
" 3. disable f1 key

nnoremap <up> <nop>
nnoremap <down> <nop>
nnoremap <left> <nop>
nnoremap <right> <nop>
inoremap <up> <nop>
inoremap <down> <nop>
inoremap <left> <nop>
inoremap <right> <nop>
nnoremap j gj
nnoremap k gk
inoremap <f1> <esc>
Expand Down
1 change: 1 addition & 0 deletions bundle/vim-ragtag
Submodule vim-ragtag added at c16362

0 comments on commit f865187

Please sign in to comment.