convert some keybindings to command center
This commit is contained in:
@@ -28,5 +28,3 @@ local lazygit = Terminal:new({
|
||||
function _lazygit_toggle()
|
||||
lazygit:toggle()
|
||||
end
|
||||
|
||||
vim.api.nvim_set_keymap('n', '<Space>g', '<cmd>lua _lazygit_toggle()<CR>', { noremap = true, silent = true })
|
||||
|
||||
Reference in New Issue
Block a user