mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 08:48:23 +01: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
|
||||
{
|
||||
name: commands_menu
|
||||
@ -446,8 +457,8 @@ let-env config = {
|
||||
}
|
||||
{
|
||||
name: vars_menu
|
||||
modifier: control
|
||||
keycode: char_y
|
||||
modifier: alt
|
||||
keycode: char_o
|
||||
mode: [emacs, vi_normal, vi_insert]
|
||||
event: { send: menu name: vars_menu }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user