vim - Exit visual mode without delay -


in vim, when in visual mode, have press esc twice exit , turn off selection. after 1 press of esc have wait 2 seconds selection turn off.

what can exit visual mode when typing esc?

executing following command helped me

set timeoutlen=1000 ttimeoutlen=0 

see: http://www.johnhawthorn.com/2012/09/vi-escape-delays/


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -