Open *.srcjar as zip

This commit is contained in:
Christian Nieves
2024-08-21 16:11:25 +00:00
parent 1dfaac5950
commit d632924ca7
4 changed files with 12 additions and 10 deletions

View File

@ -7,14 +7,11 @@ return {
end,
config = function()
require("which-key").setup({})
-- local wk = require("which-key")
--
-- wk.register({ [";"] = { ":" } }, { mode = "v" })
-- wk.register({ [";"] = { ":" } }, { mode = "n" })
--
-- wk.register({
-- ["%%"] = { '<C-R>=fnameescape(expand("%:p:h")."/")<CR>', "Current File Directory" },
-- }, { mode = "c" })
local wk = require("which-key")
wk.register({
["%%"] = { '<C-R>=fnameescape(expand("%:p:h")."/")<CR>', "Current File Directory" },
["%."] = { "<C-R>%", "Current File" },
}, { mode = "c" })
--
-- wk.register({
-- ["jk"] = { "<esc>" },