From de034b4197adf5c768330dbd2c21e844762056fa Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 26 Aug 2024 10:09:01 +0200 Subject: add gv bindings --- mut/neovim/fnl/conf/init.fnl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mut/neovim/fnl/conf/init.fnl b/mut/neovim/fnl/conf/init.fnl index f0dbcde..3a38d4e 100644 --- a/mut/neovim/fnl/conf/init.fnl +++ b/mut/neovim/fnl/conf/init.fnl @@ -96,12 +96,14 @@ :n false) (vim.schedule #(do (vim.cmd "let v:searchforward = 0") - (map :n :/ "/Compile.*" {:buffer truwe}) + (map :n :/ "/Compile.*" {:buffer true}) (map :n :? "?Compile.*" {:buffer true}))))) (map :n "[q" ":cprevious") (map :n "]q" ":cnext") (map :n "[x" ":lprevious") (map :n "]x" ":lnext") + (map :n "[g" ":GV") + (map :n "]g" ":GV?") (map :n :xp #(fzf.files)) (map :n ":" #(i-grep "" (vim.fn.bufname "%"))) (map :v ":" ":Vgrep!") -- cgit v1.2.3