mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 03:51:11 +02:00
add comment about modifier
This commit is contained in:
@ -896,7 +896,7 @@ $env.config = {
|
|||||||
# So please feel free to uncomment and try the keybindings that will work for you.
|
# So please feel free to uncomment and try the keybindings that will work for you.
|
||||||
# {
|
# {
|
||||||
# name: insert_newline
|
# name: insert_newline
|
||||||
# modifier: alt
|
# modifier: alt # In case of problems, check if the control or shift modifier works for you
|
||||||
# keycode: enter
|
# keycode: enter
|
||||||
# mode: [emacs vi_normal vi_insert]
|
# mode: [emacs vi_normal vi_insert]
|
||||||
# event: { edit: insertnewline }
|
# event: { edit: insertnewline }
|
||||||
|
Reference in New Issue
Block a user