diff --git a/lazygit b/lazygit new file mode 100755 index 0000000..7ea2e75 Binary files /dev/null and b/lazygit differ diff --git a/lazygit.tar.gz b/lazygit.tar.gz new file mode 100644 index 0000000..95de303 Binary files /dev/null and b/lazygit.tar.gz differ diff --git a/lua/core/plugin_config/telescope.lua b/lua/core/plugin_config/telescope.lua index 6a65ec1..f50ada1 100644 --- a/lua/core/plugin_config/telescope.lua +++ b/lua/core/plugin_config/telescope.lua @@ -5,3 +5,4 @@ vim.keymap.set('n', 'ff', builtin.find_files, {}) vim.keymap.set('n', 'fg', builtin.live_grep, {}) vim.keymap.set('n', 'fb', builtin.buffers, {}) vim.keymap.set('n', 'fh', builtin.help_tags, {}) +vim.keymap.set('n', 'fm', builtin.marks, {})