-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(actions)!: join
{buf|file}_xxx
actions
Not really breaking but requires attention if you care for setup options improvement. All entries whether file or buffer can now utilize the same actions code, previously buffer actions (e.g. `buf_edit`) are not mapped to file actions (e.g. `file_edit`) and can work on any file-buffer entry. Setup's `actions.files` is now used for all file-buffer pickers which simplifies setting up default actions. **NOTE:** For backward compat previously defined `actions.buffers` will still be used and will take precedence over `actions.files` for buffer pickers (buffers, tabs, lines, blines). Additional changes: - Default bind for sending to location list changed from "alt-l" to "alt-Q" ("alt-shift-Q", doesn't work with skim). - Default actions changed from `default` to `enter` to match fzf's terminology (shouldn't change anything)
- Loading branch information
Showing
12 changed files
with
289 additions
and
378 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
Oops, something went wrong.