parse hint_position in load_config

This commit is contained in:
Jorge Morante 2023-09-20 09:46:41 +02:00
parent fef5e3f633
commit 045ab7f857
1 changed files with 2 additions and 0 deletions

View File

@ -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"