Guest User

Untitled

a guest
Jul 18th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. nnoremap <c-[> :call PrevFunc()<cr>
  2. nnoremap <c-]> :call NextFunc()<cr>
  3. vnoremap <c-[> :call PrevWord()<cr>
  4. vnoremap <c-]> :call NextWord()<cr>
Add Comment
Please, Sign In to add comment