add shortcut buffer pick

This commit is contained in:
vincent 2021-11-06 18:53:05 +01:00
parent 4a27f3c673
commit 05a68a4849
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ set termguicolors
nnoremap <C-n> :NvimTreeToggle<CR>
nnoremap <leader>r :NvimTreeRefresh<CR>
nnoremap <leader>n :NvimTreeFindFile<CR>
nnoremap <silent> <C-s> :BufferPick<CR>
lua require('init')
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %

View File

@ -14,4 +14,4 @@ require("which-key").setup {
}
require'nvim-web-devicons'.get_icons()