working on keymaps being a bit better
This commit is contained in:
parent
eb6300a3d0
commit
dc9536eb56
7 changed files with 193 additions and 130 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue