禁用选项卡以在 Gremlin 控制台中显示控制台命令

Disable tab to display console commands in the Gremlin console

我经常将一些脚本复制粘贴到包含选项卡的 Gremlin 控制台,因此 gremlin 控制台会为每个选项卡显示其命令:

gremlin> 
:h           :help        :?           ?            :exit        :x           :q           :quit        :i           
import       :d           :display     :c           :clear       :S           :show        :inspect     :n           
:p           :purge       :e           :edit        :l           :load        .            :.           :s           
:save        :r           :record      :H           :history     :a           :alias       :rc          :register    
:D           :doc         :=           :set         :-           :uninstall   :+           :install     :pin         
:plugin      :rem         :remote      :>           :submit 

是否可以禁用此行为?

无法禁用 Gremlin 继承的底层 Groovy 控制台的行为和功能。我唯一的解决方法是配置 IDE 将制表符视为空格。