summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-18 22:29:13 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-18 22:29:13 -0400
commit12f28d72fa9814bcd9fb2fd5bc4c54fabe93c031 (patch)
treeddf990a31658fb836beb2d6a6cf68e21fd3b030e /config/keymap.toml
parente9ba4d33fb582f5a1ee556ba75319254d6bb51b6 (diff)
update config file
Diffstat (limited to 'config/keymap.toml')
-rw-r--r--config/keymap.toml22
1 files changed, 9 insertions, 13 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index d2eee9c..ced9485 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -34,7 +34,7 @@ keys = [ "\t" ]
[[mapcommand]]
command = "tab_switch"
args = [ "-1" ]
-keys = [ "shift+\t" ]
+keys = [ "backtab" ]
[[mapcommand]]
command = "cursor_move_up"
@@ -81,7 +81,8 @@ command = "open_file_with"
keys = [ "r" ]
[[mapcommand]]
-command = "cd"
+command = "console"
+args = [ "cd" ]
keys = [ "c", "d" ]
[[mapcommand]]
command = "cd"
@@ -129,11 +130,15 @@ args = [ "--toggle", "--all" ]
keys = [ "t" ]
[[mapcommand]]
+command = "console"
+args = [ "search " ]
+keys = [ "/" ]
+[[mapcommand]]
command = "search_next"
-keys = [ "n", "p" ]
+keys = [ "n" ]
[[mapcommand]]
command = "search_prev"
-keys = [ "n", "n" ]
+keys = [ "N" ]
[[mapcommand]]
command = "bulk_rename"
@@ -153,15 +158,6 @@ keys = [ "m", "k" ]
command = "console"
args = [ "rename " ]
keys = [ "c", "w" ]
-[[mapcommand]]
-command = "console"
-args = [ "search " ]
-keys = [ "/" ]
-
-[[mapcommand]]
-command = "console"
-args = [ "search " ]
-keys = [ "/" ]
[[mapcommand]]
command = "sort"