update nvim config
This commit is contained in:
parent
858202caf1
commit
e92fada534
4 changed files with 51 additions and 11 deletions
|
@ -5,9 +5,10 @@ local map = vim.api.nvim_set_keymap
|
|||
|
||||
vim.g.mapleader = ' '
|
||||
map('n', '<Space>', '', {})
|
||||
map('n', '<Leader>n', '<cmd>:bNext<CR>', {})
|
||||
map('n', '<Leader>n', '<cmd>:bnext<CR>', {})
|
||||
map('n', '<Leader>p', '<cmd>:bprevious<CR>', {})
|
||||
map('n', '<Leader>h', '<cmd>:nohlsearch<CR>', {})
|
||||
|
||||
-- nvim-tree mappings
|
||||
map('n', '<Leader>t', '<cmd>:NvimTreeToggle<CR>', {})
|
||||
map('n', '<Leader>z', '<cmd>:ZenMode<CR>', {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue