nvim: leader keys for clipboard yank and paste and fullscreen lazygit

This commit is contained in:
2026-02-21 09:52:58 +01:00
parent a7c7a45463
commit b618dfc5f0
5 changed files with 15 additions and 6 deletions

View File

@@ -11,3 +11,5 @@ vim.opt.title = true
vim.opt.timeout = false
vim.o.undofile = true
vim.cmd([[autocmd TermOpen * startinsert]]);