Swap newline bindings for default linux keymap
This commit is contained in:
parent
628a9cd8ea
commit
807293ac2d
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@
|
|||
"bindings": {
|
||||
"shift-enter": "editor::Newline",
|
||||
"enter": "editor::Newline",
|
||||
"ctrl-enter": "editor::NewlineAbove",
|
||||
"ctrl-shift-enter": "editor::NewlineBelow",
|
||||
"ctrl-enter": "editor::NewlineBelow",
|
||||
"ctrl-shift-enter": "editor::NewlineAbove",
|
||||
"ctrl-k ctrl-z": "editor::ToggleSoftWrap",
|
||||
"ctrl-k z": "editor::ToggleSoftWrap",
|
||||
"find": "buffer_search::Deploy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue