Skip to content

Instantly share code, notes, and snippets.

@NickHu
Last active May 31, 2016 17:47
Show Gist options
  • Select an option

  • Save NickHu/2cfb94ecbde0f7bec70e to your computer and use it in GitHub Desktop.

Select an option

Save NickHu/2cfb94ecbde0f7bec70e to your computer and use it in GitHub Desktop.

Revisions

  1. NickHu revised this gist May 31, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions cvimrc
    Original 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

  2. NickHu revised this gist Jan 19, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions cvimrc
    Original 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
    iunmap <C-l>
    imap <C-,> backwardChar
  3. NickHu revised this gist Jan 19, 2016. 1 changed file with 9 additions and 8 deletions.
    17 changes: 9 additions & 8 deletions cvimrc
    Original 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 <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
    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>
  4. NickHu revised this gist Jan 19, 2016. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions cvimrc
    Original 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
  5. NickHu revised this gist Jan 2, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions cvimrc
    Original 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
  6. NickHu revised this gist Jan 2, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions cvimrc
    Original 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
  7. NickHu revised this gist Dec 30, 2015. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion cvimrc
    Original file line number Diff line number Diff line change
    @@ -1 +1,12 @@
    " cvimrc
    " 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
  8. NickHu created this gist Dec 30, 2015.
    1 change: 1 addition & 0 deletions cvimrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    " cvimrc