mrjones2014 / smart-splits.nvim

🧠 Smart, seamless, directional navigation and resizing of Neovim + terminal multiplexer splits. Supports tmux, Wezterm, and Kitty. Think about splits in terms of "up/down/left/right".
MIT License
831 stars 33 forks source link

fix: ensure that direction_keys can be configured #188

Closed zeapoz closed 3 months ago

zeapoz commented 3 months ago

Currently configuring the wezterm plugin with custom direction_keys will not work due to the hardcoded key-to-direction table. This PR fixes this issue by constructing the direction_keys table based on the configured keys instead.