fix!(scratchpads): change scratchpad.md with scratch.md

BREAKING CHANGE: the name of scratchpads changed
This commit is contained in:
Fabrice Mouhartem 2024-11-29 12:28:03 +01:00
parent ef2bdaf201
commit 4f45e89025
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -43,5 +43,5 @@ require('which-key').add({
{ "<leader>m_", hidden = "true" }
})
keymap('n', '<leader>mn', ':e ~/tmp/scratchpad.md<CR>', { desc = '[M]arkdown [N]ew', noremap = true, silent = true })
keymap('n', '<leader>me', ':e ~/tmp/scratchpad-fr.md<CR>', { desc = '[M]arkdown new Fr[e]nch', noremap = true, silent = true })
keymap('n', '<leader>mn', ':e ~/tmp/scratch.md<CR>', { desc = '[M]arkdown [N]ew', noremap = true, silent = true })
keymap('n', '<leader>me', ':e ~/tmp/scratch-fr.md<CR>', { desc = '[M]arkdown new Fr[e]nch', noremap = true, silent = true })