From 65c870484a1eaa09b40dd5be7fa0bcad7c470f35 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 7 Feb 2022 09:11:01 +0100 Subject: [PATCH] Adjust litecli configuration --- home/files/litecli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/files/litecli b/home/files/litecli index 7bcdbde..44b20a8 100644 --- a/home/files/litecli +++ b/home/files/litecli @@ -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]