From b2a89515202fd4e788fe0d755ad6d81c3ed68994 Mon Sep 17 00:00:00 2001 From: Nathan Morell Date: Sun, 20 Apr 2014 15:01:15 -0500 Subject: [PATCH 1/2] updated git modules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 580c5272c57d6d3b9d148dfb262c7c2049ed8092 Mon Sep 17 00:00:00 2001 From: Nathan Morell Date: Mon, 21 Apr 2014 16:20:23 -0500 Subject: [PATCH 2/2] sorry, couldn't deal with the lack of cursor keys --- modules/general.vim | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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