|
@ -12,6 +12,7 @@ local hooks = require "core.hooks" |
|
|
hooks.add("setup_mappings", function(map) |
|
|
hooks.add("setup_mappings", function(map) |
|
|
map("n", "<leader>cc", ":Telescope <CR>", opt) |
|
|
map("n", "<leader>cc", ":Telescope <CR>", opt) |
|
|
map("n", "<leader>q", ":q <CR>", opt) |
|
|
map("n", "<leader>q", ":q <CR>", opt) |
|
|
|
|
|
map("n", "<leader>zz", ":Neogit <CR>", opt) |
|
|
end) |
|
|
end) |
|
|
|
|
|
|
|
|
-- NOTE : opt is a variable there (most likely a table if you want multiple options), |
|
|
-- NOTE : opt is a variable there (most likely a table if you want multiple options), |
|
|