Parcourir la source

tab selection: do not execute cmd when pressing enter

Fabian Peter Hammerle il y a 6 ans
Parent
commit
e2ccae6648
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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