Vim7嘗鮮

剛發現Debian的experimental pool中其實已經有vim 7.0 beta了,所以就裝來玩玩了。 為了用tab page,還得設一些新的key binding。 很多人都用Ctrl-T來開tab,但ctrl-t在trace code時很常用,所以我只好mapping到別的鍵了。

map tl :tabnext
map th :tabprev

map tn :tabnew

map td :tabclose

另外,設定cursorline和cursorcolumn兩個option可以使游標所在的行、列高亮度顯示出來。設定spell可以開啟新的spell checking功能。

Leave a Reply

Your email address will not be published. Required fields are marked *

*