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:
WindSoilder 2022-07-03 07:12:03 +08:00 committed by GitHub
parent a48616697a
commit b80299eba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }
}