mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
15 lines
193 B
JSON
15 lines
193 B
JSON
{
|
|
"tui.editor.cursorDown": [
|
|
"down",
|
|
"ctrl+n"
|
|
],
|
|
"tui.editor.cursorUp": [
|
|
"up",
|
|
"ctrl+p"
|
|
],
|
|
"tui.editor.deleteWordBackward": [
|
|
"ctrl+w",
|
|
"alt+backspace"
|
|
]
|
|
}
|