开发者

How to make a mapped key revert back to default behavior

开发者 https://www.devze.com 2023-04-02 18:34 出处:网络
I\'ve started to use vim in colleg开发者_如何学Ce on my schools afs server running SunOS One of the problems I\'m occurring is a default Ctrl W key mapping which prints out a bunch of text

I've started to use vim in colleg开发者_如何学Ce on my schools afs server running SunOS One of the problems I'm occurring is a default Ctrl W key mapping which prints out a bunch of text I checked the mappings and found this:

<C-W> :w<CR>Go<Esc>:$r!spell %<CR>

Can someone assist me on how to restore it to the normal split screen navigation controls?


Put this in your .vimrc: :unmap <C-W>

0

精彩评论

暂无评论...
验证码 换一张
取 消