Last active
May 31, 2016 17:47
-
-
Save NickHu/2cfb94ecbde0f7bec70e to your computer and use it in GitHub Desktop.
Revisions
-
NickHu revised this gist
May 31, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,8 @@ map <C-u> scrollPageUp map <C-f> scrollFullPageDown map <C-b> scrollFullPageUp map d closeTab map J nextTab map K previousTab unmap u unmap x -
NickHu revised this gist
Jan 19, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,9 +14,9 @@ unmap u unmap x imap <C-h> deleteChar imap <C-l> deleteForwardChar imap <C-w> deleteWord imap <C-j> forwardWord imap <C-k> backwardWord imap <C-m> forwardChar imap <C-,> backwardChar -
NickHu revised this gist
Jan 19, 2016 . 1 changed file with 9 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,13 +9,14 @@ map <C-d> scrollPageDown map <C-u> scrollPageUp map <C-f> scrollFullPageDown map <C-b> scrollFullPageUp map d closeTab unmap u unmap x imap <C-h> deleteChar imap <C-w> deleteWord imap <C-j> forwardWord imap <C-k> backwardWord imap <C-m> forwardChar imap <C-,> backwardChar iunmap <C-l> -
NickHu revised this gist
Jan 19, 2016 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,13 @@ map <C-d> scrollPageDown map <C-u> scrollPageUp map <C-f> scrollFullPageDown map <C-b> scrollFullPageUp map <C-h> deleteChar map <C-w> deleteWord map <C-j> forwardWord map <C-k> backwardWord map <C-m> forwardChar map <C-,> backwardChar unmap <C-l> map d closeTab unmap u unmap x -
NickHu revised this gist
Jan 2, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,7 @@ let locale = "uk" let autoupdategist = "true" let autohidecursor = "true" let barposition = "bottom" let hintcharacters = "asdfjkl;" map <C-d> scrollPageDown map <C-u> scrollPageUp -
NickHu revised this gist
Jan 2, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,5 @@ map <C-u> scrollPageUp map <C-f> scrollFullPageDown map <C-b> scrollFullPageUp map d closeTab unmap u unmap x -
NickHu revised this gist
Dec 30, 2015 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,12 @@ " cvimrc let locale = "uk" let autoupdategist = "true" let autohidecursor = "true" let barposition = "bottom" map <C-d> scrollPageDown map <C-u> scrollPageUp map <C-f> scrollFullPageDown map <C-b> scrollFullPageUp map d closeTab unmap x -
NickHu created this gist
Dec 30, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ " cvimrc