nix/home/file/nvim/module/key/Cmd.lua

8 lines
156 B
Lua

-- Remap ; to :.
rekey_normal(";", ":")
rekey_visual(";", ":")
-- Repeat previous command.
rekey_normal("<Leader>.", "@:")
rekey_visual("<Leader>.", "@:")