mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 05:36:10 +00:00
Add configuration files for styles, keybindings and other options
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
keybindings:
|
||||
- keybinding: "Ctrl-Q"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "quit"
|
||||
- keybinding: "Ctrl-C"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "copy"
|
||||
- keybinding: "Ctrl-V"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "paste"
|
||||
- keybinding: "Ctrl-S"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "save"
|
||||
- keybinding: "Ctrl-O"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "open"
|
||||
- keybinding: "Ctrl-R"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "reload"
|
||||
- keybinding: "PgUp"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "prev-buffer"
|
||||
- keybinding: "PgDn"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "prev-buffer"
|
||||
- keybinding: "Ctrl-N"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "new-buffer"
|
||||
- keybinding: "Delete"
|
||||
cursor_modes: ["buffer"]
|
||||
command: "close-buffer"
|
||||
- keybinding: "F1"
|
||||
cursor_modes: ["buffer","dropdown"]
|
||||
command: "menu-file"
|
||||
- keybinding: "F2"
|
||||
cursor_modes: ["buffer","dropdown"]
|
||||
command: "menu-edit"
|
||||
- keybinding: "F3"
|
||||
cursor_modes: ["buffer","dropdown"]
|
||||
command: "menu-buffers"
|
||||
Reference in New Issue
Block a user