kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.54k stars 94 forks source link

Docs don't mention default mapping for <Plug>(DBUI_SaveQuery) #163

Closed drewma2k closed 1 year ago

drewma2k commented 1 year ago

Unlike other mapping entries, <Plug>(DBUI_SaveQuery) does not mention its default value <Leader>W.

Example:

                          *<Plug>(DBUI_SaveQuery)*
<Plug>(DBUI_SaveQuery)
        This mapping is used in `sql` files to save the query in
        `g:db_ui_save_location` for later use, since all queries are
        written to temp folder by default. Once saved, it will be
        available in the connection tree under `Saved queries` .

                          *<Plug>(DBUI_ExecuteQuery)*
<Plug>(DBUI_ExecuteQuery)
        Execute query in sql buffer. Supports normal and visual mode.
        Normal mode executes all content in a file, where visual mode
        executes only the selected content.

        By default, mapped to `<Leader>S`
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.