Skip to content

Commit

Permalink
Merge branch 'main' of github.com:chipsenkbeil/org-mouse.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Apr 11, 2024
2 parents ea0fb39 + 19556c6 commit 0b56f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/org-mouse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ This is leveraged during setup to configure a `FileType` autocmd to attach
keybindings for `<MouseMove>` and `<LeftRelease>` to support mouse
interactions.

Takes a list of strings. Defaults to `{"org", "org-roam-*"}`.
Takes a list of strings. Defaults to `{"org", "org-*"}`.

Notice that the strings are in pattern format, meaning you can use wildcards to
support multiple filetypes.

>lua
require("org-mouse"):setup({
filetypes = { "org", "org-roam-*", "org-custom-*" },
filetypes = { "org", "org-*", "org-custom-*" },
})
<

Expand Down

0 comments on commit 0b56f3d

Please sign in to comment.