(import-macros {: map!} :nvrc.macro.keymap) (import-macros {: setv!} :nvrc.macro.set) (map! [n] : "" "") (setv! mapleader " ") (map! [n :silent] :e ":bprev ") (map! [n :silent] :r ":bnext ") (map! [n :silent] :q ":lua require('nvrc.utils').del_buf() ") (map! [n :silent] :w ":enew ") (map! [n :silent] :a ":tabnew ") (map! [n :silent] :s ":set nu! ") (map! [n :silent] :d ":buffers ") (map! [n :silent] :ya ":%y+ ") (map! [n :silent] :/ ":lua require('Comment.api').toggle_current_linewise() ") (map! [v :silent] :/ ":lua require('Comment.api').toggle_linewise_op(vim.fn.visualmode()) ") (map! [n :silent] :ff ":FzfLua files ") (map! [n :silent] :fd ":FzfLua grep ") (map! [n :silent] :fl ":FzfLua live_grep ") (map! [n :silent] :fb ":FzfLua buffers ") (map! [n :silent] :fg ":FzfLua git_commits ") (map! [n :silent] :fh ":FzfLua git_status ") (map! [n] :f :Lightspeed_f) (map! [n] :F :Lightspeed_F) (map! [n] :t :Lightspeed_t) (map! [n] :T :Lightspeed_T) (map! [n :silent] :t ":TZAtaraxis ")