dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

Commit: 7457a060275c9971ae30da687c55d8520aaa5c69
Parent: af07e9e8f3bf26f56c9960f35c7acbf87ff95308
Author: Randy Palamar
Date:   Mon, 29 Dec 2025 19:39:24 -0700

vis: goto-ref: clear old iterator bindings on each setup

Diffstat:
M.config/vis/goto-ref.lua | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/vis/goto-ref.lua b/.config/vis/goto-ref.lua @@ -51,6 +51,8 @@ M.generate_line_indices = function(data, filter) end M.setup_iterators_from_text = function(text, filter) + vis:unmap(vis.modes.NORMAL, "gn") + vis:unmap(vis.modes.NORMAL, "gp") if text == nil or #text == 0 then return end local filepairs = M.generate_line_indices(text, filter) if #filepairs then