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

8 lines
156 B
Lua
Raw Normal View History

2024-12-18 13:45:27 +03:00
-- Remap ; to :.
rekey_normal(";", ":")
rekey_visual(";", ":")
-- Repeat previous command.
rekey_normal("<Leader>.", "@:")
rekey_visual("<Leader>.", "@:")