mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
8 lines
291 B
Lua
8 lines
291 B
Lua
local prefmap = {
|
|
{ keys = "p", cmd = "<cmd>%!jq<CR>", opts = { desc = "Mark the file as executable" } },
|
|
}
|
|
|
|
local set_buf_keymaps_prefix = require("keymaps.utils").set_buf_keymaps_prefix
|
|
-- local set_buf_keymaps = require("keymaps.utils").set_buf_keymaps
|
|
|
|
set_buf_keymaps_prefix(prefmap)
|