markdown updated plugins
This commit is contained in:
@ -7,13 +7,14 @@ local default_opts = { noremap = true, silent = true }
|
||||
-- Fast saving with <leader> and s
|
||||
map('n', '<leader>s', ':w<CR>', default_opts)
|
||||
map('n', '<leader>a', ':w|:luafile %<CR>', default_opts)
|
||||
map('n', '<leader>aa', ':w|:luafile %<CR> |:PackerCompile<CR>', default_opts)
|
||||
map('i', '<leader>s', '<C-c>:w<CR>', default_opts)
|
||||
|
||||
-- Move around splits using Ctrl + {h,j,k,l}
|
||||
map('n', '<C-h>', '<C-w>h', default_opts)
|
||||
map('n', '<C-j>', '<C-w>j', default_opts)
|
||||
map('n', '<C-k>', '<C-w>k', default_opts)
|
||||
map('n', '<C-l>', '<C-w>l', default_opts)
|
||||
--map('n', '<C-h>', '<C-w>h', default_opts)
|
||||
--map('n', '<C-j>', '<C-w>j', default_opts)
|
||||
--map('n', '<C-k>', '<C-w>k', default_opts)
|
||||
--map('n', '<C-l>', '<C-w>l', default_opts)
|
||||
|
||||
-- Neovim Tab Navgation via Vem-Tabline
|
||||
map('n', '<leader>t', ':tabnew<CR>', default_opts)
|
||||
|
||||
Reference in New Issue
Block a user