一个vim的键位映射表

2022年11月10日16:13:27 发表评论 438 views

用户文件夹下配置这个文件:
一个vim的键位映射表map <C-c> "+y
map <C-v> "+p
inoremap <C-h> <Left>
inoremap <C-j> <Down>
inoremap <C-k> <Up>
inoremap <C-l> <Right>
inoremap <C-a> <Home>
inoremap <C-e> <End>
inoremap <C-d> <Delete>

 

还有个ESC的没配置,需要可以考虑加上

 

 

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: