working on keymaps being a bit better

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-05 03:35:17 -06:00
parent eb6300a3d0
commit dc9536eb56
7 changed files with 193 additions and 130 deletions

View file

@ -6,7 +6,7 @@ local scratch = function(extension)
vim.cmd("execute 'edit " .. filepath .. "'")
end
require("util").keymaps({
require("util").keymaps_old({
n = {
["<leader>fsw"] = {
function()