[fix] Add stuff

This commit is contained in:
Uttarayan Mondal
2023-06-23 11:54:49 +05:30
parent 6eecb62230
commit 3a140c7db7
5 changed files with 9 additions and 190 deletions

View File

@@ -406,10 +406,10 @@ let-env config = {
float_precision: 2 # the precision for displaying floats in tables
# buffer_editor: "emacs" # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL
use_ansi_coloring: true
edit_mode: emacs # emacs, vi
edit_mode: vi # emacs, vi
shell_integration: true # enables terminal markers and a workaround to arrow keys stop working issue
# true or false to enable or disable the welcome banner at startup
show_banner: true
show_banner: false
render_right_prompt_on_last_line: false # true or false to enable or disable right prompt to be rendered on last line of the prompt.
hooks: {