Single file lightweight configuration focused on providing basic features
- Install and initialize:
lazyman -x Extralight
- Configuration category: Starter
- Base configuration: Custom
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-Extralight
Git repository
https://github.com/VonHeikemen/nvim-starter/tree/xx-light
Lazy managed plugins
Normal mode keymaps
Description | |
---|
Left hand side | fs |
Right hand side | <Cmd>Telescope current_buffer_fuzzy_find<CR> |
Description | |
---|
Left hand side | fd |
Right hand side | <Cmd>Telescope diagnostics<CR> |
Description | |
---|
Left hand side | fg |
Right hand side | <Cmd>Telescope live_grep<CR> |
Description | |
---|
Left hand side | ff |
Right hand side | <Cmd>Telescope find_files<CR> |
Description | |
---|
Left hand side | |
Right hand side | <Cmd>Telescope buffers<CR> |
Description | |
---|
Left hand side | ? |
Right hand side | <Cmd>Telescope oldfiles<CR> |
Description | |
---|
Left hand side | bc |
Right hand side | <Cmd>lua pcall(MiniBufremove.delete)<CR> |
Description | |
---|
Left hand side | E |
Right hand side | <Cmd>Lexplore %:p:h<CR> |
Description | |
---|
Left hand side | e |
Right hand side | <Cmd>Lexplore<CR> |
Description | |
---|
Left hand side | % |
Right hand side | <Plug>(MatchitNormalForward) |
Description | Nvim builtin |
---|
Left hand side | & |
Right hand side | :&&<CR> |
Description | Nvim builtin |
---|
Left hand side | Y |
Right hand side | y$ |
Description | |
---|
Left hand side | [% |
Right hand side | <Plug>(MatchitNormalMultiBackward) |
Description | |
---|
Left hand side | ]% |
Right hand side | <Plug>(MatchitNormalMultiForward) |
Description | Comment line |
---|
Left hand side | gcc |
Right hand side | |
Description | Comment |
---|
Left hand side | gc |
Right hand side | |
Description | |
---|
Left hand side | gx |
Right hand side | <Plug>NetrwBrowseX |
Description | |
---|
Left hand side | g% |
Right hand side | <Plug>(MatchitNormalBackward) |
Description | |
---|
Left hand side | gp |
Right hand side | "+p |
Description | |
---|
Left hand side | gy |
Right hand side | "+y |
Description | Highlight next surrounding |
---|
Left hand side | shn |
Right hand side | |
Description | Find next left surrounding |
---|
Left hand side | sFn |
Right hand side | |
Description | Find next right surrounding |
---|
Left hand side | sfn |
Right hand side | |
Description | Replace next surrounding |
---|
Left hand side | srn |
Right hand side | |
Description | Delete next surrounding |
---|
Left hand side | sdn |
Right hand side | |
Description | Highlight previous surrounding |
---|
Left hand side | shl |
Right hand side | |
Description | Find previous left surrounding |
---|
Left hand side | sFl |
Right hand side | |
Description | Find previous right surrounding |
---|
Left hand side | sfl |
Right hand side | |
Description | Replace previous surrounding |
---|
Left hand side | srl |
Right hand side | |
Description | Delete previous surrounding |
---|
Left hand side | sdl |
Right hand side | |
Description | Update MiniSurround.config.n_lines |
---|
Left hand side | sn |
Right hand side | |
Description | Highlight surrounding |
---|
Left hand side | sh |
Right hand side | |
Description | Find left surrounding |
---|
Left hand side | sF |
Right hand side | |
Description | Find right surrounding |
---|
Left hand side | sf |
Right hand side | |
Description | Replace surrounding |
---|
Left hand side | sr |
Right hand side | |
Description | Delete surrounding |
---|
Left hand side | sd |
Right hand side | |
Description | Add surrounding |
---|
Left hand side | sa |
Right hand side | |
Description | |
---|
Left hand side | <Plug>NetrwBrowseX |
Right hand side | :call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX()))<CR> |
Description | |
---|
Left hand side | <Plug>(MatchitNormalMultiForward) |
Right hand side | :<C-U>call matchit#MultiMatch("W", "n")<CR> |
Description | |
---|
Left hand side | <Plug>(MatchitNormalMultiBackward) |
Right hand side | :<C-U>call matchit#MultiMatch("bW", "n")<CR> |
Description | |
---|
Left hand side | <Plug>(MatchitNormalBackward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',0,'n')<CR> |
Description | |
---|
Left hand side | <Plug>(MatchitNormalForward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',1,'n')<CR> |
Description | |
---|
Left hand side | <Plug>luasnip-expand-repeat |
Right hand side | |
Description | |
---|
Left hand side | <Plug>luasnip-delete-check |
Right hand side | |
Description | |
---|
Left hand side | <Plug>PlenaryTestFile |
Right hand side | :lua require('plenary.test_harness').test_directory(vim.fn.expand("%:p"))<CR> |
Description | Nvim builtin |
---|
Left hand side | <C-L> |
Right hand side | <Cmd>nohlsearch|diffupdate|normal! <C-L><CR> |
Visual mode keymaps
Description | Nvim builtin |
---|
Left hand side | # |
Right hand side | y?\V<C-R>"<CR> |
Description | |
---|
Left hand side | % |
Right hand side | <Plug>(MatchitVisualForward) |
Description | Nvim builtin |
---|
Left hand side | * |
Right hand side | y/\V<C-R>"<CR> |
Description | |
---|
Left hand side | [% |
Right hand side | <Plug>(MatchitVisualMultiBackward) |
Description | |
---|
Left hand side | ]% |
Right hand side | <Plug>(MatchitVisualMultiForward) |
Description | |
---|
Left hand side | a% |
Right hand side | <Plug>(MatchitVisualTextObject) |
Description | Comment selection |
---|
Left hand side | gc |
Right hand side | :<C-U>lua MiniComment.operator('visual')<CR> |
Description | |
---|
Left hand side | gx |
Right hand side | <Plug>NetrwBrowseXVis |
Description | |
---|
Left hand side | g% |
Right hand side | <Plug>(MatchitVisualBackward) |
Description | |
---|
Left hand side | gp |
Right hand side | "+p |
Description | |
---|
Left hand side | gy |
Right hand side | "+y |
Description | Add surrounding to selection |
---|
Left hand side | sa |
Right hand side | :<C-U>lua MiniSurround.add('visual')<CR> |
Description | |
---|
Left hand side | <Plug>NetrwBrowseXVis |
Right hand side | :<C-U>call netrw#BrowseXVis()<CR> |
Description | |
---|
Left hand side | <Plug>(MatchitVisualTextObject) |
Right hand side | <Plug>(MatchitVisualMultiBackward)o<Plug>(MatchitVisualMultiForward) |
Description | |
---|
Left hand side | <Plug>(MatchitVisualMultiForward) |
Right hand side | :<C-U>call matchit#MultiMatch("W", "n")<CR>m'gv`` |
Description | |
---|
Left hand side | <Plug>(MatchitVisualMultiBackward) |
Right hand side | :<C-U>call matchit#MultiMatch("bW", "n")<CR>m'gv`` |
Description | |
---|
Left hand side | <Plug>(MatchitVisualBackward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',0,'v')<CR>m'gv`` |
Description | |
---|
Left hand side | <Plug>(MatchitVisualForward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',1,'v')<CR>:if col("''") != col("$") | exe ":normal! m'" | endif<CR>gv`` |
Description | |
---|
Left hand side | <Plug>luasnip-expand-repeat |
Right hand side | |
Operator mode keymaps
Description | |
---|
Left hand side | % |
Right hand side | <Plug>(MatchitOperationForward) |
Description | |
---|
Left hand side | [% |
Right hand side | <Plug>(MatchitOperationMultiBackward) |
Description | |
---|
Left hand side | ]% |
Right hand side | <Plug>(MatchitOperationMultiForward) |
Description | Comment textobject |
---|
Left hand side | gc |
Right hand side | <Cmd>lua MiniComment.textobject()<CR> |
Description | |
---|
Left hand side | g% |
Right hand side | <Plug>(MatchitOperationBackward) |
Description | |
---|
Left hand side | gp |
Right hand side | "+p |
Description | |
---|
Left hand side | gy |
Right hand side | "+y |
Description | |
---|
Left hand side | <Plug>(MatchitOperationMultiForward) |
Right hand side | :<C-U>call matchit#MultiMatch("W", "o")<CR> |
Description | |
---|
Left hand side | <Plug>(MatchitOperationMultiBackward) |
Right hand side | :<C-U>call matchit#MultiMatch("bW", "o")<CR> |
Description | |
---|
Left hand side | <Plug>(MatchitOperationBackward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',0,'o')<CR> |
Description | |
---|
Left hand side | <Plug>(MatchitOperationForward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',1,'o')<CR> |
Description | |
---|
Left hand side | <Plug>luasnip-expand-repeat |
Right hand side | |