From 045ab7f8574d4466e56142342fa9f7c29edb6df6 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Wed, 20 Sep 2023 09:46:41 +0200 Subject: [PATCH] parse hint_position in load_config --- src/fingers/commands/load_config.cr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fingers/commands/load_config.cr b/src/fingers/commands/load_config.cr index 0061594..7e08275 100644 --- a/src/fingers/commands/load_config.cr +++ b/src/fingers/commands/load_config.cr @@ -50,6 +50,8 @@ class Fingers::Commands::LoadConfig < Fingers::Commands::Base config.shift_action = value when "benchmark_mode" config.benchmark_mode = value + when "hint_position" + config.hint_position = value when "hint_style" config.hint_style = tmux.parse_style(value) when "selected_hint_style"