From 3481789c55679e65fe3741bc32fe014d9a11155a Mon Sep 17 00:00:00 2001 From: mrjones2014 <8648891+mrjones2014@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:13:08 +0000 Subject: [PATCH 1/3] flake: update dependencies --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 936ebb3..69e2cc4 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709237383, - "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", + "lastModified": 1709703039, + "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", + "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", "type": "github" }, "original": { From e7935b8329a146dbb852d305daa012e9db341d92 Mon Sep 17 00:00:00 2001 From: mrjones2014 <8648891+mrjones2014@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:15:09 +0000 Subject: [PATCH 2/3] flake: update dependencies --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 69e2cc4..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": 1709703039, - "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", + "lastModified": 1710451336, + "narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", + "rev": "d691274a972b3165335d261cc4671335f5c67de9", "type": "github" }, "original": { From cf9bfc9085b4d04caab0a9654f40ba90db05f7cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <> Date: Fri, 15 Mar 2024 22:07:46 +0000 Subject: [PATCH 3/3] chore: generated vimdoc --- doc/legendary-extensions.txt | 4 +++- doc/legendary.txt | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) 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