diff --git a/doc/legendary-extensions.txt b/doc/legendary-extensions.txt index 8831553..f48fc47 100644 --- a/doc/legendary-extensions.txt +++ b/doc/legendary-extensions.txt @@ -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* @@ -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 = '', mods = { -- for moving cursor between windows move = '', diff --git a/doc/legendary.txt b/doc/legendary.txt index da356de..b7d8cc7 100644 --- a/doc/legendary.txt +++ b/doc/legendary.txt @@ -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* @@ -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 @@ -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 } }) @@ -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! < @@ -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 @@ -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: \ No newline at end of file diff --git a/flake.lock b/flake.lock index 936ebb3..90fa84c 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1709126324, - "narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "d465f4819400de7c8d874d50b982301f28a84605", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709237383, - "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", + "lastModified": 1710451336, + "narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", + "rev": "d691274a972b3165335d261cc4671335f5c67de9", "type": "github" }, "original": {