소스 검색

tab selection: do not execute cmd when pressing enter

Fabian Peter Hammerle 6 년 전
부모
커밋
e2ccae6648
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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