🔧 Simplified undotree in vim
This commit is contained in:
parent
7370744be2
commit
165081f150
2 changed files with 4 additions and 8 deletions
|
|
@ -95,6 +95,9 @@ vim.cmd([[nnoremap rg :silent :Rg]])
|
|||
--toggle autocompletion
|
||||
vim.cmd([[nnoremap cmp :silent lua SetAutoCmp(Mode)]])
|
||||
|
||||
--toggle undotree
|
||||
vim.cmd([[nnoremap uu :UndotreeToggle<CR>,]])
|
||||
|
||||
-- runs npm tests without having to leave vim
|
||||
vim.keymap.set("n", "<leader>t", ":w|!npm test<cr>")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue