From 12f28d72fa9814bcd9fb2fd5bc4c54fabe93c031 Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Wed, 18 Mar 2020 22:29:13 -0400 Subject: update config file --- config/keymap.toml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'config') 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" @@ -128,12 +129,16 @@ command = "select_files" 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" -- cgit v1.2.3