Guest User

Untitled

a guest
Jan 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if has('mac')
  2. " for problem with ncurses from 10.6
  3. nnoremap ^[OA <up>
  4. "nnoremap ^[OB <down>
  5. "nnoremap ^[OD <left>
  6. "nnoremap ^[OC <right>
  7. " when ^[OA is <crtl-v> up key
  8. " if uncomment all I lost the right arrow
  9. endif
Add Comment
Please, Sign In to add comment