This commit is contained in:
Ben Kyd
2023-04-12 22:33:03 +01:00
parent 617679a6a9
commit a4b208242f
3 changed files with 9 additions and 6 deletions

View File

@@ -3,6 +3,9 @@
vim.g.mapleader = ','
vim.keymap.set({'n', 'v', 'o', 's'}, '<space>', '<leader>', {remap = true})
-- ================= File management ================= --
-- swapfile has global & local config, eventhough help says otherwise