Created
September 14, 2011 04:41
-
-
Save juanpabloaj/1215865 to your computer and use it in GitHub Desktop.
ncurses problem from OSX 10.6 : OA OB OC OD with arrows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
references
what is happening to ncurses and os x 10.6
os-x 10.6.3 broke ncurses
Fix arrow keys that display A B C D on remote shell