mirror of
https://github.com/nushell/nushell.git
synced 2025-06-17 15:36:52 +02:00
change default keybinding in default config (#5925)
* change default keybinding in default config * change from alt-o to ctrl-o * change back to alt-o * really changed it back to alt-o this time Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
This commit is contained in:
parent
a48616697a
commit
b80299eba7
@ -436,6 +436,17 @@ let-env config = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name: yank
|
||||||
|
modifier: control
|
||||||
|
keycode: char_y
|
||||||
|
mode: emacs
|
||||||
|
event: {
|
||||||
|
until: [
|
||||||
|
{edit: pastecutbufferafter}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
# Keybindings used to trigger the user defined menus
|
# Keybindings used to trigger the user defined menus
|
||||||
{
|
{
|
||||||
name: commands_menu
|
name: commands_menu
|
||||||
@ -446,8 +457,8 @@ let-env config = {
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
name: vars_menu
|
name: vars_menu
|
||||||
modifier: control
|
modifier: alt
|
||||||
keycode: char_y
|
keycode: char_o
|
||||||
mode: [emacs, vi_normal, vi_insert]
|
mode: [emacs, vi_normal, vi_insert]
|
||||||
event: { send: menu name: vars_menu }
|
event: { send: menu name: vars_menu }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user