Skip to content

Commit

Permalink
nushell: use vi edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemu committed May 6, 2024
1 parent fd9b3df commit f1e9c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nushell/config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ $env.config = {
buffer_editor: "" # 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
bracketed_paste: true # enable bracketed paste, currently useless on windows
edit_mode: emacs # emacs, vi
edit_mode: vi # emacs, vi
shell_integration: false # enables terminal shell integration. Off by default, as some terminals have issues with this.
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.
use_kitty_protocol: false # enables keyboard enhancement protocol implemented by kitty console, only if your terminal support this.
Expand Down

0 comments on commit f1e9c67

Please sign in to comment.