Adjust litecli configuration

This commit is contained in:
Daniel Siepmann 2022-02-07 09:11:01 +01:00
parent de7506d368
commit 65c870484a
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -46,7 +46,7 @@ syntax_style = default
# Keybindings: Possible values: emacs, vi.
# Emacs mode: Ctrl-A is home, Ctrl-E is end. All emacs keybindings are available in the REPL.
# When Vi mode is enabled you can use modal editing features offered by Vi in the REPL.
key_bindings = emacs
key_bindings = vi
# Enabling this option will show the suggestions in a wider menu. Thus more items are suggested.
wider_completion_menu = False
@ -77,7 +77,7 @@ auto_vertical_output = False
keyword_casing = auto
# disabled pager on startup
enable_pager = True
enable_pager = False
# Custom colors for the completion menu, toolbar, etc.
[colors]