From 741779e5abe05a4f25e2c3c34f1a8dc763a965cd Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Tue, 15 Jan 2019 21:41:27 -0500 Subject: update keymap.toml --- config/keymap.toml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'config') diff --git a/config/keymap.toml b/config/keymap.toml index 48f5ac3..6dfefb1 100644 --- a/config/keymap.toml +++ b/config/keymap.toml @@ -126,9 +126,9 @@ command = "cd" args = [ "~/" ] [[mapcommand]] -keys = [ "g", "b" ] +keys = [ "g", "d" ] command = "cd" -args = [ "~/builds" ] +args = [ "~/Downloads" ] [[mapcommand]] keys = [ "/" ] @@ -136,11 +136,11 @@ command = "search" [[mapcommand]] -keys = [ "t", "t" ] +keys = [ "T" ] command = "new_tab" [[mapcommand]] -keys = [ "w", "w" ] +keys = [ "W" ] command = "close_tab" [[mapcommand]] @@ -149,14 +149,13 @@ command = "tab_switch" args = [ "-1" ] [[mapcommand]] -keys = [ "]" ] +keys = [ "Tab" ] command = "tab_switch" args = [ "1" ] [[mapcommand]] -keys = [ "Tab" ] -command = "tab_switch" -args = [ "1" ] +keys = [ "=" ] +command = "set_mode" ## Features not yet implemented -- cgit v1.2.3