diff --git a/.gitmodules b/.gitmodules index e39da99..c5fc11e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,7 +30,7 @@ url = http://github.com/vim-ruby/vim-ruby.git [submodule "bundle/matchit"] path = bundle/matchit - url = http://github.com/tsaleh/vim-matchit.git + url = https://github.com/eshock/vim-matchit.git [submodule "bundle/tabular"] path = bundle/tabular url = http://github.com/godlygeek/tabular.git diff --git a/modules/general.vim b/modules/general.vim index 9f4082d..9f5a307 100644 --- a/modules/general.vim +++ b/modules/general.vim @@ -85,14 +85,14 @@ set foldlevel=19 " == Helping The old vices & annoying mistakes " We don't want anything to do with the mundane way " of moving between characters -nmap -nmap -nmap -nmap -imap -imap -imap -imap +"nmap +"nmap +"nmap +"nmap +"imap +"imap +"imap +"imap " move on the screen line, no the file line nnoremap j gj nnoremap k gk