main
1{
2 "tui.editor.cursorUp": ["up", "ctrl+p"],
3 "tui.editor.cursorDown": ["down", "ctrl+n"],
4 "tui.editor.cursorLeft": ["left", "ctrl+b"],
5 "tui.editor.cursorRight": ["right", "ctrl+f"],
6 "tui.editor.cursorWordLeft": ["alt+left", "alt+b"],
7 "tui.editor.cursorWordRight": ["alt+right", "alt+f"],
8 "tui.editor.deleteCharForward": ["delete", "ctrl+d"],
9 "tui.editor.deleteCharBackward": ["backspace", "ctrl+h"],
10 "tui.input.newLine": ["shift+enter", "ctrl+j"],
11 "app.model.cycleForward": ["alt+m"],
12 "app.model.cycleBackward": ["alt+shift+m"],
13 "app.session.fork": ["alt+shift+k"]
14}