convert some keybindings to command center

This commit is contained in:
2022-04-13 23:40:53 +02:00
parent 3dc493ff7e
commit 257d2fffcf
7 changed files with 163 additions and 36 deletions

View File

@@ -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 })