Skip to content

Commit

Permalink
chore: code suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Mat <[email protected]>
  • Loading branch information
zeapoz and mrjones2014 authored Apr 26, 2024
1 parent 08eccce commit 5fa9975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ local function apply_to_config(config_builder, plugin_config)
_smart_splits_wezterm_config.direction_keys = plugin_config.direction_keys
or _smart_splits_wezterm_config.direction_keys
-- update the direction_keys mappings to reflect configured ones
direction_keys = {} -- reset the direction_keys table to overwrite defaults
for i, v in ipairs(directions) do
local key = plugin_config.direction_keys[i]
direction_keys[key] = v
Expand Down

0 comments on commit 5fa9975

Please sign in to comment.