Plugin Changes

This commit is contained in:
Norm Rasmussen
2022-03-08 16:14:59 -05:00
parent 009f72c37c
commit 6986e8fdda
7 changed files with 129 additions and 96 deletions

View File

@ -16,14 +16,20 @@ map('n', '<C-k>', '<C-w>k', default_opts)
map('n', '<C-l>', '<C-w>l', default_opts)
-- Close all windows and exit from Neovim with <leader> and q
map('n', '<leader>q', ':qa!<CR>', default_opts)
-- map('n', '<leader>q', ':qa!<CR>', default_opts)
-- Neovim Tab Navigation
map('n', '<leader>t', ':tabnew<CR>', default_opts)
map('n', '<leader>w', ':-tabnext<CR>', default_opts)
map('n', '<leader>e', ':+tabnext<CR>', default_opts)
map('n', '<leader>q', ':tabclose<CR>', default_opts)
-----------------------------------------------------------
-- Applications and Plugins shortcuts
-----------------------------------------------------------
-- Open terminal
map('n', '<C-t>', ':Term<CR>', { noremap = true })
-- map('n', '<C-t>', ':Term<CR>', { noremap = true })
-- nvim-tree
map('n', '<C-n>', ':NvimTreeToggle<CR>', default_opts) -- open/close