From 102eae358752ae057bdd80a2b2063d408153837c Mon Sep 17 00:00:00 2001 From: Maxim Uvarov Date: Wed, 14 Aug 2024 03:39:05 +0000 Subject: [PATCH] add comment about modifier --- crates/nu-utils/src/sample_config/default_config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-utils/src/sample_config/default_config.nu b/crates/nu-utils/src/sample_config/default_config.nu index 1d5856a946..220cba1da5 100644 --- a/crates/nu-utils/src/sample_config/default_config.nu +++ b/crates/nu-utils/src/sample_config/default_config.nu @@ -896,7 +896,7 @@ $env.config = { # So please feel free to uncomment and try the keybindings that will work for you. # { # name: insert_newline - # modifier: alt + # modifier: alt # In case of problems, check if the control or shift modifier works for you # keycode: enter # mode: [emacs vi_normal vi_insert] # event: { edit: insertnewline }