Explorar el Código

tab selection: do not execute cmd when pressing enter

Fabian Peter Hammerle hace 6 años
padre
commit
e2ccae6648
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      rc.xsh

+ 2 - 0
rc.xsh

@@ -1,6 +1,8 @@
 $VI_MODE = True
 $AUTO_PUSHD = True
 $XONSH_AUTOPAIR = True
+# tab selection: do not execute cmd when pressing enter
+$COMPLETIONS_CONFIRM = True
 
 xontrib load vox z