From fde10a65507fe838c1fbb73dfa11777783b21794 Mon Sep 17 00:00:00 2001 From: qkzk Date: Fri, 22 Dec 2023 22:24:29 +0100 Subject: rename every goto ref to cd --- src/event/action_map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/event/action_map.rs') diff --git a/src/event/action_map.rs b/src/event/action_map.rs index 3d3312a..1a96be7 100644 --- a/src/event/action_map.rs +++ b/src/event/action_map.rs @@ -139,7 +139,7 @@ impl ActionMap { Self::FuzzyFindLine => EventAction::fuzzyfind_line(status), Self::GoRoot => EventAction::go_root(status), Self::GoStart => EventAction::go_start(status), - Self::Cd => EventAction::goto(status), + Self::Cd => EventAction::cd(status), Self::Help => EventAction::help(status, binds), Self::History => EventAction::history(status), Self::Home => EventAction::home(status), -- cgit v1.2.3