added keybind for xcolor

This commit is contained in:
Gabe Venberg 2022-03-01 18:08:07 -06:00
parent 43b15731f0
commit 23dbddefa0
2 changed files with 7 additions and 4 deletions

View file

@ -88,7 +88,7 @@ vim.cmd 'colorscheme moonfly'
map('', '<leader>h', ':nohls<CR>', opts)
--open nvim-tree with leader+t
map('n', '<leader>t', ':NvimTreeToggle<CR>', opts)
--open symbols-outline with leader+s
--open symbols-outline with leader+o
map('n', '<leader>o', ':SymbolsOutline<CR>', opts)
--telescope stuff
map('n', '<leader>ff', ':lua require "telescope".extensions.file_browser.file_browser()<CR>', opts)