Skip to content

Commit

Permalink
Merge branch 'master' into mrj/435/itemlist-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 authored Mar 19, 2024
2 parents abba465 + aa0e2df commit bda264f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
4 changes: 3 additions & 1 deletion doc/legendary-extensions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*legendary-extensions.txt* Last change: 2023 October 11
*legendary-extensions.txt* Last change: 2024 March 04

==============================================================================
Table of Contents *legendary-extensions-table-of-contents*
Expand Down Expand Up @@ -160,6 +160,8 @@ extension.
-- or, default settings shown below
smart_splits = {
directions = { 'h', 'j', 'k', 'l' },
-- key to use to jump to previous window
prev_win = '<C-\\>',
mods = {
-- for moving cursor between windows
move = '<C>',
Expand Down
22 changes: 11 additions & 11 deletions doc/legendary.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*legendary.txt* Last change: 2023 October 19
*legendary.txt* Last change: 2024 February 02

==============================================================================
Table of Contents *legendary-table-of-contents*
Expand Down Expand Up @@ -136,7 +136,7 @@ With `vim-plug`:
>VimL
" if you want to use frecency sorting, sqlite is also needed
Plug "kkharji/sqlite.lua"

" to use a version
Plug "mrjones2014/legendary.nvim", { 'tag': 'v2.1.0' }
" or, to get rolling updates
Expand Down Expand Up @@ -176,7 +176,7 @@ automatically detects them. For example:
},
},
}

-- where you set up legendary.nvim
-- now the keymaps from the `flash.nvim` plugin spec will be automatically loaded
require('legendary').setup({ lazy_nvim = { auto_register = true } })
Expand Down Expand Up @@ -300,23 +300,23 @@ Commands:
>VimL
" search keymaps, commands, and autocmds
:Legendary

" search keymaps
:Legendary keymaps

" search commands
:Legendary commands

" search functions
:Legendary functions

" search autocmds
:Legendary autocmds

" repeat the last item executed via legendary.nvim's finder;
" by default, only executes if the last set of item filters used still returns `true`
:LegendaryRepeat

" repeat the last item executed via legendary.nvim's finder, ignoring the filters used
:LegendaryRepeat!
<
Expand Down Expand Up @@ -519,7 +519,7 @@ doc/table_structures/README.md <./doc/table_structures/README.md>.
})
<


TROUBLESHOOTING FRECENCY SORT *legendary-troubleshooting-frecency-sort*

If you get an error along the lines of the following, and frecency sorting
Expand Down Expand Up @@ -551,4 +551,4 @@ running:
Additional documentation can be found under doc/ <./doc/>.


vim:tw=78:ts=8:ft=help:norl:
vim:tw=78:ts=8:ft=help:norl:
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bda264f

Please sign in to comment.