add shortcut buffer pick
This commit is contained in:
parent
4a27f3c673
commit
05a68a4849
@ -65,7 +65,7 @@ set termguicolors
|
|||||||
nnoremap <C-n> :NvimTreeToggle<CR>
|
nnoremap <C-n> :NvimTreeToggle<CR>
|
||||||
nnoremap <leader>r :NvimTreeRefresh<CR>
|
nnoremap <leader>r :NvimTreeRefresh<CR>
|
||||||
nnoremap <leader>n :NvimTreeFindFile<CR>
|
nnoremap <leader>n :NvimTreeFindFile<CR>
|
||||||
|
nnoremap <silent> <C-s> :BufferPick<CR>
|
||||||
lua require('init')
|
lua require('init')
|
||||||
" Allow saving of files as sudo when I forgot to start vim using sudo.
|
" Allow saving of files as sudo when I forgot to start vim using sudo.
|
||||||
cmap w!! w !sudo tee > /dev/null %
|
cmap w!! w !sudo tee > /dev/null %
|
||||||
|
@ -14,4 +14,4 @@ require("which-key").setup {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require'nvim-web-devicons'.get_icons()
|
||||||
|
Loading…
Reference in New Issue
Block a user