Skip to content

Instantly share code, notes, and snippets.

@juanpabloaj
Created September 14, 2011 04:41
Show Gist options
  • Select an option

  • Save juanpabloaj/1215865 to your computer and use it in GitHub Desktop.

Select an option

Save juanpabloaj/1215865 to your computer and use it in GitHub Desktop.
ncurses problem from OSX 10.6 : OA OB OC OD with arrows
if has('mac')
" for problem with ncurses from 10.6
nnoremap ^[OA <up>
"nnoremap ^[OB <down>
"nnoremap ^[OD <left>
"nnoremap ^[OC <right>
" when ^[OA is <crtl-v> up key
" if uncomment all I lost the right arrow
endif
@juanpabloaj
Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment