mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: remove lazygit
This commit is contained in:
parent
84ea098cff
commit
f6e7ce77d8
3 changed files with 3 additions and 18 deletions
|
@ -89,3 +89,6 @@ nmap("qj", "<cmd>cnext<cr>", { desc = "Next quickfix item" })
|
|||
nmap("qk", "<cmd>cprev<cr>", { desc = "Previous quickfix item" })
|
||||
|
||||
nmap("<Esc>", "<cmd>nohlsearch<CR>", { desc = "Clear search highlights" })
|
||||
|
||||
-- Launch lazygit in a new tmux pane, exits when done
|
||||
nmap("<leader>lg", "<cmd>!tmux new-window -c " .. vim.fn.getcwd() .. " -- lazygit <CR><CR>", { desc = "Git Go" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue