-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add configurable closing keymap
- Added `floating_buffer_exit_keys` in `config` which contains keys to close floating buffer. - Modified `close` attribute in `toggle_saved_queries` function to use keys from `config.floating_buffer_exit_keys`. - Implemented `set_config` function in `ui.lua` to update the configuration options. - Changed attribute `enter` in `trigger_hover` function from `false` to `true`. - Restructured `trigger_hover` function to use keys from `config.close_floating_buffer` for closing the buffer.
- Loading branch information
1 parent
b5b7da5
commit fa04e21
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters