1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00

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

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"