snippets n stuff

This commit is contained in:
Norm Rasmussen
2022-09-09 17:45:28 -04:00
parent 3f08a95c7b
commit dd746988b8
3 changed files with 76 additions and 96 deletions

View File

@ -27,16 +27,10 @@ map('n', '<leader>q', '<Plug>vem_move_buffer_left', default_opts)
-- Applications and Plugins shortcuts
-----------------------------------------------------------
-- Vista Shortcuts
map('n', '<leader>v', ':Vista!!<CR>', default_opts) -- show Vista panel
-- nvim-tree
map('n', '<C-n>', ':NvimTreeToggle<CR>', default_opts) -- open/close
map('n', '<leader>n', ':NvimTreeToggle<CR>', default_opts) -- open/close
map('n', '<leader>q', ':NvimTreeRefresh<CR>', default_opts) -- refresh
-- Vista tag-viewer
map('n', '<C-m>', ':Vista!!<CR>', default_opts) -- open/close
-- Place Check box for To-Do style Lists
map('i','<C-z>', '* [ ] ', default_opts)
map('n', '<C-z>', '* [ ] ', default_opts)