Procházet zdrojové kódy

Changing triggering shortcut from Ctrl-a to Ctrl-h

DricomDragon před 5 roky
rodič
revize
89dd53a916
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Install/Templates/screenrc

+ 1 - 1
Install/Templates/screenrc

@@ -28,7 +28,7 @@ hardstatus alwayslastline
 hardstatus string '%{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n %t%{= Kr}]%{= Kd}%+w %-= %{KG} %H%{KW}|%{KY}%101`%{KW}|%D %M %d %Y%{= Kc} %C%A%{-}'
 
 # change command character from ctrl-a to ctrl-b (emacs users may want this)
-#escape ^Bb
+escape ^Hh
 
 # Hide hardstatus: ctrl-a f 
 bind f eval "hardstatus ignore"