generated from ellisonleao/nvim-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes #19 This commit updates the keymaps and operations configuration in the Mastodon plugin. The keymaps are now defined in a separate Lua table, making it easier to modify or extend them. The operations, which represent the actions triggered by the keymaps, are also defined in a separate table for improved clarity and maintainability. Here are the keymap changes: - Buffer-wide keymaps: - `reload-statuses` is mapped to `,mr` - `scroll-to-top` is mapped to `,mk` - `scroll-to-bottom` is mapped to `,mj` - Status-wide keymaps: - `reply` is mapped to `,tr` - `bookmark` is mapped to `,tb` - `favourite` is mapped to `,tf` - `boost` is mapped to `,tB` - `print` is mapped to `,tv` Here are the system-wide keymaps: - `home-timeline` is mapped to `,mh` - `bookmarks` is mapped to `,mb` - `favourites` is mapped to `,mf` - `mentions` is mapped to `,mR` - `post-message` is mapped to `,mw` - `select-account` is mapped to `,ms` These changes enhance the flexibility and customizability of the Mastodon plugin.
- Loading branch information
Showing
3 changed files
with
117 additions
and
18 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
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