remove restic azure

This commit is contained in:
cy 2024-12-07 03:29:15 -05:00
parent 0fc512c3c6
commit e634f2a628
6 changed files with 40 additions and 48 deletions

View file

@ -43,10 +43,6 @@ keymap.set("n", "<space>s", require("nvim-tree.api").tree.toggle, {
-- shortcut to command mode
keymap.set({ "n", "x" }, ";", ":", { silent = true })
keymap.set("n", [[\d]], "<cmd>close<cr>", {
silent = true,
})
keymap.set("n", "<space>o", "printf('m`%so<ESC>``', v:count1)", {
expr = true,
desc = "insert line below without moving cursor",