From 0dfeae92419d596591ba7ecdf2aab1d3d464994d Mon Sep 17 00:00:00 2001 From: Eric Olerud Date: Wed, 17 Apr 2024 13:54:26 -0400 Subject: [PATCH] add neotree git_status hotkey --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 39291ab7..c78566d5 100644 --- a/init.lua +++ b/init.lua @@ -71,6 +71,7 @@ vim.opt.scrolloff = 8 -- [[ Eric's Custom Keymaps]] vim.keymap.set('n', '', 'Neotree toggle') +vim.keymap.set('n', 'g', 'Neotree float git_status') -- [[ Basic Keymaps ]] -- See `:help vim.keymap.set()`