2013年4月16日 星期二

在Mac上使用PageUp/Down, Home, End

在Mac上的terminal使用vim的時候

使用PageUp/Down, Home, End 不是針對vim, 而是整個terminal都跳

可以設定下面去讓他不會亂跳



打開 terminal -> Preferences -> Settings -> Keyboard
增加以下四個 Key / Action

home           \033[1~
end              \033[4~
page up       \033[5~
page down   \033[6~


接著只要搭配 fn + 上下左右鍵 就可以了


參考連結:
http://trully622.blogspot.tw/2012/01/mac-vim-pagedown-pageup-home-end.htmlterminal

沒有留言:

張貼留言