Guest User

Untitled

a guest
Jun 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. imap <C-n> <Down>
  2. imap <C-p> <Up>
  3. imap <C-@> <C-Space>
  4.  
  5. noremap! <Leader>h <left> "move cursor left
  6. noremap! <Leader>j <down> "move cursor down
  7. noremap! <Leader>k <up> "move cursor up
  8. noremap! <Leader>l <right> "move cursor right
  9. noremap! <Leader>w <esc>wi "move one word forward
  10. noremap! <Leader>e <esc>ei "move forward to the end of word
  11. noremap! <Leader>b <esc>bi "move one word backward
Add Comment
Please, Sign In to add comment