OSX VIM Terminal Page Up, Page Down, Home, End Working


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Mac OSX vim terminal page up, page down, home, end working
  2.  
  3. in Terminal > File > Preferences
  4. change the following keyboard settings:
  5. Home: \033[4~
  6. End: \033[1~
  7. PageUp: \033[5~
  8. PageDown: \033[6~

URL: http://blog.sbw.be/2008/12/11/mac-osx-vim-terminal-page-up-page-down-home-end-working/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.