Line buffer editor (#5381)

* allow line editing

* cargo fmt
This commit is contained in:
Fernando Herrera
2022-04-30 15:40:41 +01:00
committed by GitHub
parent 5999506f87
commit 9da2e142b2
4 changed files with 14 additions and 1 deletions

View File

@ -190,6 +190,7 @@ let-env config = {
completion_algorithm: "prefix" # prefix, fuzzy
animate_prompt: false # redraw the prompt every second
float_precision: 2
buffer_editor: "emacs" # command that will be used to edit the current line buffer with ctr+e
use_ansi_coloring: true
filesize_format: "auto" # b, kb, kib, mb, mib, gb, gib, tb, tib, pb, pib, eb, eib, zb, zib, auto
edit_mode: emacs # emacs, vi