vim: old-skool h0tkeyz

 
" F2 = Save file
map  <silent> <f2>    :write<cr>
imap  <silent> <f2>    <esc>:write<cr>
 
" F10 = Exit without save
map   <silent> <f10>    :quit<cr>
imap  <silent> <f10>    <esc>:q<cr>
 

Оставить комментарий