Explorar el Código

stop vimperator messages from fading out

After fade-out, a gap is still left in front of the status text, which only
disappears after pressing <Esc>, so there is no point having the fade out, and
having to press escape to return the status bar to normal anyway.
Weiyi Lou hace 12 años
padre
commit
158c4d18dd
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      vimperator/vimperatorrc

+ 3 - 0
vimperator/vimperatorrc

@@ -9,6 +9,9 @@ colorscheme cinaeco
 " don't focus on inputs/textfields when we navigate to a page
 set focuscontent
 
+" don't fade out messages, instead just <Esc> to clear
+set messagetimeout=-1
+
 
 """"""""""""""""""""""""
 " Mappings