mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
fix: change keymaps of nvim-recorder
This commit is contained in:
parent
40e24ff18b
commit
efe3c45804
@ -1,5 +1,16 @@
|
||||
return {
|
||||
"chrisgrieser/nvim-recorder",
|
||||
dependencies = "rcarriga/nvim-notify", -- optional
|
||||
opts = {}, -- required even with default settings, since it calls `setup()`
|
||||
opts = {
|
||||
mapping = {
|
||||
startStopRecording = "<leader>q",
|
||||
playMacro = "Q",
|
||||
switchSlot = "<C-q>",
|
||||
editMacro = "cq",
|
||||
deleteAllMacros = "dq",
|
||||
yankMacro = "yq",
|
||||
-- ⚠️ this should be a string you don't use in insert mode during a macro
|
||||
addBreakPoint = "##",
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user