summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml24
1 files changed, 19 insertions, 5 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 6a0050e..de5dccd 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -3,6 +3,11 @@ keys = [ "q" ]
command = "quit"
[[mapcommand]]
+keys = [ "R" ]
+command = "reload_dir_list"
+
+
+[[mapcommand]]
keys = [ "Up" ]
command = "cursor_move"
args = [ "-1" ]
@@ -130,16 +135,25 @@ keys = [ "/" ]
command = "search"
+[[mapcommand]]
+keys = [ "t", "t" ]
+command = "new_tab"
-## Features not yet implemented
+[[mapcommand]]
+keys = [ "w", "w" ]
+command = "close_tab"
[[mapcommand]]
-keys = [ "R" ]
-command = "reload_dir_list"
+keys = [ "[" ]
+command = "tab_switch"
+args = [ "-1" ]
[[mapcommand]]
-keys = [ "Ctrl", "t" ]
-command = "new_tab"
+keys = [ "]" ]
+command = "tab_switch"
+args = [ "1" ]
+
+## Features not yet implemented
[[mapcommand]]
keys = [ "b", "b" ]