summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-09-05 17:04:05 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-09-05 17:04:05 -0400
commit30111d20afc16c31a74afb7cf134f4ad8f1ade18 (patch)
treee956fb34eda7cbaa081a1acfaaea51415b6e1bb4 /config/keymap.toml
parent35b36cfe5e2053a53656d3e1b4ba54a10d1a1618 (diff)
add numbered_command to default keymap
Diffstat (limited to 'config/keymap.toml')
-rw-r--r--config/keymap.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 9d8316d..b22162b 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -21,6 +21,16 @@ keymap = [
{ keys = [ "alt+4" ], command = "tab_switch_index 4" },
{ keys = [ "alt+5" ], command = "tab_switch_index 5" },
+ { keys = [ "1" ], command = "numbered_command 1" },
+ { keys = [ "2" ], command = "numbered_command 2" },
+ { keys = [ "3" ], command = "numbered_command 3" },
+ { keys = [ "4" ], command = "numbered_command 4" },
+ { keys = [ "5" ], command = "numbered_command 5" },
+ { keys = [ "6" ], command = "numbered_command 6" },
+ { keys = [ "7" ], command = "numbered_command 7" },
+ { keys = [ "8" ], command = "numbered_command 8" },
+ { keys = [ "9" ], command = "numbered_command 9" },
+
# arrow keys
{ keys = [ "arrow_up" ], command = "cursor_move_up" },
{ keys = [ "arrow_down" ], command = "cursor_move_down" },