Java, Python, Lua, and Rust IDE
- Install and initialize:
lazyman -L Magidc
- Configuration category: Language
- Base configuration: Custom
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-Magidc
Git repository
https://github.com/magidc/nvim-config
Lazy managed plugins
Magidc Keymaps
Normal mode keymaps
Description | [Hydra] DAP |
---|
Left hand side | x |
Right hand side | |
Description | |
---|
Left hand side | zk |
Right hand side | |
Description | |
---|
Left hand side | z |
Right hand side | |
Description | |
---|
Left hand side | zC |
Right hand side | |
Description | |
---|
Left hand side | zj |
Right hand side | |
Description | |
---|
Left hand side | zc |
Right hand side | |
Description | |
---|
Left hand side | zE |
Right hand side | |
Description | |
---|
Left hand side | ze |
Right hand side | |
Description | |
---|
Left hand side | wk |
Right hand side | |
Description | |
---|
Left hand side | w<Up> |
Right hand side | |
Description | |
---|
Left hand side | wj |
Right hand side | |
Description | |
---|
Left hand side | wh |
Right hand side | |
Description | |
---|
Left hand side | w<Down> |
Right hand side | |
Description | |
---|
Left hand side | wl |
Right hand side | |
Description | |
---|
Left hand side | w<Right> |
Right hand side | |
Description | |
---|
Left hand side | w<Left> |
Right hand side | |
Description | |
---|
Left hand side | w= |
Right hand side | |
Description | Toggle Terminal |
---|
Left hand side | vt |
Right hand side | <Cmd>execute v:count . "ToggleTerm"<CR> |
Description | |
---|
Left hand side | % |
Right hand side | <Plug>(MatchitNormalForward) |
Description | Nvim builtin |
---|
Left hand side | & |
Right hand side | :&&<CR> |
Description | |
---|
Left hand side | + |
Right hand side | <Plug>(expand_region_expand) |
Description | Flash Treesitter |
---|
Left hand side | S |
Right hand side | |
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 | |
---|
Left hand side | _ |
Right hand side | <Plug>(expand_region_shrink) |
Description | Change a surrounding pair, putting replacements on new lines |
---|
Left hand side | cS |
Right hand side | <Plug>(nvim-surround-change-line) |
Description | Change a surrounding pair |
---|
Left hand side | cs |
Right hand side | <Plug>(nvim-surround-change) |
Description | Delete a surrounding pair |
---|
Left hand side | ds |
Right hand side | <Plug>(nvim-surround-delete) |
Description | |
---|
Left hand side | gx |
Right hand side | <Plug>NetrwBrowseX |
Description | |
---|
Left hand side | g% |
Right hand side | <Plug>(MatchitNormalBackward) |
Description | |
---|
Left hand side | g<C-X> |
Right hand side | <Cmd>lua require"dial.command".select_augend_gnormal()<CR><Cmd>let &opfunc="dial#operator#decrement_gnormal"<CR>g@<Cmd>lua require("dial.command").textobj()<CR> |
Description | |
---|
Left hand side | g<C-A> |
Right hand side | <Cmd>lua require"dial.command".select_augend_gnormal()<CR><Cmd>let &opfunc="dial#operator#increment_gnormal"<CR>g@<Cmd>lua require("dial.command").textobj()<CR> |
Description | |
---|
Left hand side | g<Plug>(dial-decrement) |
Right hand side | <Cmd>lua require"dial.command".select_augend_gnormal()<CR><Cmd>let &opfunc="dial#operator#decrement_gnormal"<CR>g@<Cmd>lua require("dial.command").textobj()<CR> |
Description | |
---|
Left hand side | g<Plug>(dial-increment) |
Right hand side | <Cmd>lua require"dial.command".select_augend_gnormal()<CR><Cmd>let &opfunc="dial#operator#increment_gnormal"<CR>g@<Cmd>lua require("dial.command").textobj()<CR> |
Description | Flash |
---|
Left hand side | s |
Right hand side | |
Description | Add a surrounding pair around the current line, on new lines (normal mode) |
---|
Left hand side | ySS |
Right hand side | <Plug>(nvim-surround-normal-cur-line) |
Description | Add a surrounding pair around a motion, on new lines (normal mode) |
---|
Left hand side | yS |
Right hand side | <Plug>(nvim-surround-normal-line) |
Description | Add a surrounding pair around the current line (normal mode) |
---|
Left hand side | yss |
Right hand side | <Plug>(nvim-surround-normal-cur) |
Description | Add a surrounding pair around a motion (normal mode) |
---|
Left hand side | ys |
Right hand side | <Plug>(nvim-surround-normal) |
Description | |
---|
Left hand side | zb |
Right hand side | <Cmd>lua require('neoscroll').zb(250)<CR> |
Description | |
---|
Left hand side | zt |
Right hand side | <Cmd>lua require('neoscroll').zt(250)<CR> |
Description | |
---|
Left hand side | zz |
Right hand side | <Cmd>lua require('neoscroll').zz(250)<CR> |
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>(expand_region_expand) |
Right hand side | :<C-U>call expand_region#next('n', '+')<CR> |
Description | Change a surrounding pair, putting replacements on new lines |
---|
Left hand side | <Plug>(nvim-surround-change-line) |
Right hand side | |
Description | Change a surrounding pair |
---|
Left hand side | <Plug>(nvim-surround-change) |
Right hand side | |
Description | Delete a surrounding pair |
---|
Left hand side | <Plug>(nvim-surround-delete) |
Right hand side | |
Description | Add a surrounding pair around the current line, on new lines (normal mode) |
---|
Left hand side | <Plug>(nvim-surround-normal-cur-line) |
Right hand side | |
Description | Add a surrounding pair around a motion, on new lines (normal mode) |
---|
Left hand side | <Plug>(nvim-surround-normal-line) |
Right hand side | |
Description | Add a surrounding pair around the current line (normal mode) |
---|
Left hand side | <Plug>(nvim-surround-normal-cur) |
Right hand side | |
Description | Add a surrounding pair around a motion (normal mode) |
---|
Left hand side | <Plug>(nvim-surround-normal) |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(startify-open-buffers) |
Right hand side | :<C-U>call startify#open_buffers()<CR> |
Description | |
---|
Left hand side | <Plug>(Hydra2_wait)k |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra2_wait) |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra2_wait)C |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra2_wait)j |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra2_wait)c |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra2_wait)E |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra2_wait)<Esc> |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra2_wait)e |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra2_wait) |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait)k |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait)<Up> |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait)j |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait)h |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait)<Esc> |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait)<Down> |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait)l |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait)<Right> |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait)<Left> |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait)= |
Right hand side | |
Description | |
---|
Left hand side | <Plug>(Hydra1_wait) |
Right hand side | |
Description | |
---|
Left hand side | <C-X> |
Right hand side | <Cmd>lua require"dial.command".select_augend_normal()<CR><Cmd>let &opfunc="dial#operator#decrement_normal"<CR>g@<Cmd>lua require("dial.command").textobj()<CR> |
Description | |
---|
Left hand side | <C-A> |
Right hand side | <Cmd>lua require"dial.command".select_augend_normal()<CR><Cmd>let &opfunc="dial#operator#increment_normal"<CR>g@<Cmd>lua require("dial.command").textobj()<CR> |
Description | |
---|
Left hand side | <Plug>(dial-decrement) |
Right hand side | <Cmd>lua require"dial.command".select_augend_normal()<CR><Cmd>let &opfunc="dial#operator#decrement_normal"<CR>g@<Cmd>lua require("dial.command").textobj()<CR> |
Description | |
---|
Left hand side | <Plug>(dial-increment) |
Right hand side | <Cmd>lua require"dial.command".select_augend_normal()<CR><Cmd>let &opfunc="dial#operator#increment_normal"<CR>g@<Cmd>lua require("dial.command").textobj()<CR> |
Description | |
---|
Left hand side | <Plug>PlenaryTestFile |
Right hand side | :lua require('plenary.test_harness').test_directory(vim.fn.expand("%:p"))<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 | <C-B> |
Right hand side | <Cmd>lua require('neoscroll').scroll(-vim.api.nvim_win_get_height(0), true, 450)<CR> |
Description | |
---|
Left hand side | <C-D> |
Right hand side | <Cmd>lua require('neoscroll').scroll(vim.wo.scroll, true, 250)<CR> |
Description | |
---|
Left hand side | <C-Y> |
Right hand side | <Cmd>lua require('neoscroll').scroll(-0.10, false, 100)<CR> |
Description | |
---|
Left hand side | <C-E> |
Right hand side | <Cmd>lua require('neoscroll').scroll(0.10, false, 100)<CR> |
Description | |
---|
Left hand side | <C-F> |
Right hand side | <Cmd>lua require('neoscroll').scroll(vim.api.nvim_win_get_height(0), true, 450)<CR> |
Description | |
---|
Left hand side | <C-U> |
Right hand side | <Cmd>lua require('neoscroll').scroll(-vim.wo.scroll, true, 250)<CR> |
Description | |
---|
Left hand side | <C-H> |
Right hand side | <Cmd>lua require'tmux'.move_left()<CR> |
Description | |
---|
Left hand side | <C-K> |
Right hand side | <Cmd>lua require'tmux'.move_top()<CR> |
Description | |
---|
Left hand side | <C-J> |
Right hand side | <Cmd>lua require'tmux'.move_bottom()<CR> |
Description | |
---|
Left hand side | <C-L> |
Right hand side | <Cmd>lua require'tmux'.move_right()<CR> |
Visual mode keymaps
Description | [Hydra] DAP |
---|
Left hand side | x |
Right hand side | |
Description | diagnostic textobj |
---|
Left hand side | ! |
Right hand side | <Cmd>lua require('various-textobjs').diagnostic()<CR> |
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>(expand_region_expand) |
Description | toNextClosingBracket textobj |
---|
Left hand side | C |
Right hand side | <Cmd>lua require('various-textobjs').toNextClosingBracket()<CR> |
Description | url textobj |
---|
Left hand side | L |
Right hand side | <Cmd>lua require('various-textobjs').url()<CR> |
Description | toNextQuotationMark textobj |
---|
Left hand side | Q |
Right hand side | <Cmd>lua require('various-textobjs').toNextQuotationMark()<CR> |
Description | restOfIndentation textobj |
---|
Left hand side | R |
Right hand side | <Cmd>lua require('various-textobjs').restOfIndentation()<CR> |
Description | Add a surrounding pair around a visual selection |
---|
Left hand side | S |
Right hand side | <Plug>(nvim-surround-visual) |
Description | |
---|
Left hand side | [% |
Right hand side | <Plug>(MatchitVisualMultiBackward) |
Description | |
---|
Left hand side | ]% |
Right hand side | <Plug>(MatchitVisualMultiForward) |
Description | |
---|
Left hand side | _ |
Right hand side | <Plug>(expand_region_shrink) |
Description | |
---|
Left hand side | a% |
Right hand side | <Plug>(MatchitVisualTextObject) |
Description | outer-outer indentation textobj |
---|
Left hand side | aI |
Right hand side | <Cmd>lua require('various-textobjs').indentation('outer', 'outer')<CR> |
Description | outer-inner indentation textobj |
---|
Left hand side | ai |
Right hand side | <Cmd>lua require('various-textobjs').indentation('outer', 'inner')<CR> |
Description | outer lineCharacterwise textobj |
---|
Left hand side | a_ |
Right hand side | <Cmd>lua require('various-textobjs').lineCharacterwise('outer')<CR> |
Description | outer closedFold textobj |
---|
Left hand side | az |
Right hand side | <Cmd>lua require('various-textobjs').closedFold('outer')<CR> |
Description | outer greedyOuterIndentation textobj |
---|
Left hand side | ag |
Right hand side | <Cmd>lua require('various-textobjs').greedyOuterIndentation('outer')<CR> |
Description | outer key textobj |
---|
Left hand side | ak |
Right hand side | <Cmd>lua require('various-textobjs').key('outer')<CR> |
Description | outer subword textobj |
---|
Left hand side | aS |
Right hand side | <Cmd>lua require('various-textobjs').subword('outer')<CR> |
Description | outer chainMember textobj |
---|
Left hand side | am |
Right hand side | <Cmd>lua require('various-textobjs').chainMember('outer')<CR> |
Description | outer number textobj |
---|
Left hand side | an |
Right hand side | <Cmd>lua require('various-textobjs').number('outer')<CR> |
Description | outer value textobj |
---|
Left hand side | av |
Right hand side | <Cmd>lua require('various-textobjs').value('outer')<CR> |
Description | |
---|
Left hand side | gx |
Right hand side | <Plug>NetrwBrowseXVis |
Description | |
---|
Left hand side | g% |
Right hand side | <Plug>(MatchitVisualBackward) |
Description | Add a surrounding pair around a visual selection, on new lines |
---|
Left hand side | gS |
Right hand side | <Plug>(nvim-surround-visual-line) |
Description | entireBuffer textobj |
---|
Left hand side | gG |
Right hand side | <Cmd>lua require('various-textobjs').entireBuffer()<CR> |
Description | restOfWindow textobj |
---|
Left hand side | gW |
Right hand side | <Cmd>lua require('various-textobjs').restOfWindow()<CR> |
Description | visibleInWindow textobj |
---|
Left hand side | gw |
Right hand side | <Cmd>lua require('various-textobjs').visibleInWindow()<CR> |
Description | |
---|
Left hand side | g<C-X> |
Right hand side | <Cmd>lua require"dial.command".select_augend_gvisual()<CR><Cmd>let &opfunc="dial#operator#decrement_gvisual"<CR>g@gv |
Description | |
---|
Left hand side | g<C-A> |
Right hand side | <Cmd>lua require"dial.command".select_augend_gvisual()<CR><Cmd>let &opfunc="dial#operator#increment_gvisual"<CR>g@gv |
Description | |
---|
Left hand side | g<Plug>(dial-decrement) |
Right hand side | <Cmd>lua require"dial.command".select_augend_gvisual()<CR><Cmd>let &opfunc="dial#operator#decrement_gvisual"<CR>g@gv |
Description | |
---|
Left hand side | g<Plug>(dial-increment) |
Right hand side | <Cmd>lua require"dial.command".select_augend_gvisual()<CR><Cmd>let &opfunc="dial#operator#increment_gvisual"<CR>g@gv |
Description | inner-inner indentation textobj |
---|
Left hand side | iI |
Right hand side | <Cmd>lua require('various-textobjs').indentation('inner', 'inner')<CR> |
Description | inner-inner indentation textobj |
---|
Left hand side | ii |
Right hand side | <Cmd>lua require('various-textobjs').indentation('inner', 'inner')<CR> |
Description | inner lineCharacterwise textobj |
---|
Left hand side | i_ |
Right hand side | <Cmd>lua require('various-textobjs').lineCharacterwise('inner')<CR> |
Description | inner closedFold textobj |
---|
Left hand side | iz |
Right hand side | <Cmd>lua require('various-textobjs').closedFold('inner')<CR> |
Description | inner greedyOuterIndentation textobj |
---|
Left hand side | ig |
Right hand side | <Cmd>lua require('various-textobjs').greedyOuterIndentation('inner')<CR> |
Description | inner key textobj |
---|
Left hand side | ik |
Right hand side | <Cmd>lua require('various-textobjs').key('inner')<CR> |
Description | inner subword textobj |
---|
Left hand side | iS |
Right hand side | <Cmd>lua require('various-textobjs').subword('inner')<CR> |
Description | inner chainMember textobj |
---|
Left hand side | im |
Right hand side | <Cmd>lua require('various-textobjs').chainMember('inner')<CR> |
Description | inner number textobj |
---|
Left hand side | in |
Right hand side | <Cmd>lua require('various-textobjs').number('inner')<CR> |
Description | inner value textobj |
---|
Left hand side | iv |
Right hand side | <Cmd>lua require('various-textobjs').value('inner')<CR> |
Description | nearEoL textobj |
---|
Left hand side | n |
Right hand side | <Cmd>lua require('various-textobjs').nearEoL()<CR> |
Description | restOfParagraph textobj |
---|
Left hand side | r |
Right hand side | <Cmd>lua require('various-textobjs').restOfParagraph()<CR> |
Description | Flash |
---|
Left hand side | s |
Right hand side | |
Description | |
---|
Left hand side | zb |
Right hand side | <Cmd>lua require('neoscroll').zb(250)<CR> |
Description | |
---|
Left hand side | zt |
Right hand side | <Cmd>lua require('neoscroll').zt(250)<CR> |
Description | |
---|
Left hand side | zz |
Right hand side | <Cmd>lua require('neoscroll').zz(250)<CR> |
Description | column textobj |
---|
Left hand side | | |
Right hand side | <Cmd>lua require('various-textobjs').column()<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 | <C-Y> |
Right hand side | <Cmd>lua require('neoscroll').scroll(-0.10, false, 100)<CR> |
Description | |
---|
Left hand side | <C-D> |
Right hand side | <Cmd>lua require('neoscroll').scroll(vim.wo.scroll, true, 250)<CR> |
Description | |
---|
Left hand side | <C-U> |
Right hand side | <Cmd>lua require('neoscroll').scroll(-vim.wo.scroll, true, 250)<CR> |
Description | |
---|
Left hand side | <C-E> |
Right hand side | <Cmd>lua require('neoscroll').scroll(0.10, false, 100)<CR> |
Description | |
---|
Left hand side | <C-F> |
Right hand side | <Cmd>lua require('neoscroll').scroll(vim.api.nvim_win_get_height(0), true, 450)<CR> |
Description | |
---|
Left hand side | <C-B> |
Right hand side | <Cmd>lua require('neoscroll').scroll(-vim.api.nvim_win_get_height(0), true, 450)<CR> |
Description | Add a surrounding pair around a visual selection, on new lines |
---|
Left hand side | <Plug>(nvim-surround-visual-line) |
Right hand side | <Esc><Cmd>lua require'nvim-surround'.visual_surround({ line_mode = true })<CR> |
Description | Add a surrounding pair around a visual selection |
---|
Left hand side | <Plug>(nvim-surround-visual) |
Right hand side | <Esc><Cmd>lua require'nvim-surround'.visual_surround({ line_mode = false })<CR> |
Description | |
---|
Left hand side | <Plug>(expand_region_shrink) |
Right hand side | :<C-U>call expand_region#next('v', '-')<CR> |
Description | |
---|
Left hand side | <Plug>(expand_region_expand) |
Right hand side | :<C-U>call expand_region#next('v', '+')<CR> |
Description | |
---|
Left hand side | <C-X> |
Right hand side | <Cmd>lua require"dial.command".select_augend_visual()<CR><Cmd>let &opfunc="dial#operator#decrement_visual"<CR>g@gv |
Description | |
---|
Left hand side | <C-A> |
Right hand side | <Cmd>lua require"dial.command".select_augend_visual()<CR><Cmd>let &opfunc="dial#operator#increment_visual"<CR>g@gv |
Description | |
---|
Left hand side | <Plug>(dial-decrement) |
Right hand side | <Cmd>lua require"dial.command".select_augend_visual()<CR><Cmd>let &opfunc="dial#operator#decrement_visual"<CR>g@gv |
Description | |
---|
Left hand side | <Plug>(dial-increment) |
Right hand side | <Cmd>lua require"dial.command".select_augend_visual()<CR><Cmd>let &opfunc="dial#operator#increment_visual"<CR>g@gv |
Description | |
---|
Left hand side | <Plug>luasnip-expand-repeat |
Right hand side | |
Operator mode keymaps
Description | diagnostic textobj |
---|
Left hand side | ! |
Right hand side | <Cmd>lua require('various-textobjs').diagnostic()<CR> |
Description | |
---|
Left hand side | % |
Right hand side | <Plug>(MatchitOperationForward) |
Description | toNextClosingBracket textobj |
---|
Left hand side | C |
Right hand side | <Cmd>lua require('various-textobjs').toNextClosingBracket()<CR> |
Description | url textobj |
---|
Left hand side | L |
Right hand side | <Cmd>lua require('various-textobjs').url()<CR> |
Description | toNextQuotationMark textobj |
---|
Left hand side | Q |
Right hand side | <Cmd>lua require('various-textobjs').toNextQuotationMark()<CR> |
Description | restOfIndentation textobj |
---|
Left hand side | R |
Right hand side | <Cmd>lua require('various-textobjs').restOfIndentation()<CR> |
Description | Flash Treesitter |
---|
Left hand side | S |
Right hand side | |
Description | |
---|
Left hand side | [% |
Right hand side | <Plug>(MatchitOperationMultiBackward) |
Description | |
---|
Left hand side | ]% |
Right hand side | <Plug>(MatchitOperationMultiForward) |
Description | outer-outer indentation textobj |
---|
Left hand side | aI |
Right hand side | <Cmd>lua require('various-textobjs').indentation('outer', 'outer')<CR> |
Description | outer-inner indentation textobj |
---|
Left hand side | ai |
Right hand side | <Cmd>lua require('various-textobjs').indentation('outer', 'inner')<CR> |
Description | outer number textobj |
---|
Left hand side | an |
Right hand side | <Cmd>lua require('various-textobjs').number('outer')<CR> |
Description | outer value textobj |
---|
Left hand side | av |
Right hand side | <Cmd>lua require('various-textobjs').value('outer')<CR> |
Description | outer greedyOuterIndentation textobj |
---|
Left hand side | ag |
Right hand side | <Cmd>lua require('various-textobjs').greedyOuterIndentation('outer')<CR> |
Description | outer key textobj |
---|
Left hand side | ak |
Right hand side | <Cmd>lua require('various-textobjs').key('outer')<CR> |
Description | outer subword textobj |
---|
Left hand side | aS |
Right hand side | <Cmd>lua require('various-textobjs').subword('outer')<CR> |
Description | outer chainMember textobj |
---|
Left hand side | am |
Right hand side | <Cmd>lua require('various-textobjs').chainMember('outer')<CR> |
Description | outer lineCharacterwise textobj |
---|
Left hand side | a_ |
Right hand side | <Cmd>lua require('various-textobjs').lineCharacterwise('outer')<CR> |
Description | outer closedFold textobj |
---|
Left hand side | az |
Right hand side | <Cmd>lua require('various-textobjs').closedFold('outer')<CR> |
Description | |
---|
Left hand side | g% |
Right hand side | <Plug>(MatchitOperationBackward) |
Description | visibleInWindow textobj |
---|
Left hand side | gw |
Right hand side | <Cmd>lua require('various-textobjs').visibleInWindow()<CR> |
Description | restOfWindow textobj |
---|
Left hand side | gW |
Right hand side | <Cmd>lua require('various-textobjs').restOfWindow()<CR> |
Description | entireBuffer textobj |
---|
Left hand side | gG |
Right hand side | <Cmd>lua require('various-textobjs').entireBuffer()<CR> |
Description | inner-inner indentation textobj |
---|
Left hand side | iI |
Right hand side | <Cmd>lua require('various-textobjs').indentation('inner', 'inner')<CR> |
Description | inner-inner indentation textobj |
---|
Left hand side | ii |
Right hand side | <Cmd>lua require('various-textobjs').indentation('inner', 'inner')<CR> |
Description | inner number textobj |
---|
Left hand side | in |
Right hand side | <Cmd>lua require('various-textobjs').number('inner')<CR> |
Description | inner value textobj |
---|
Left hand side | iv |
Right hand side | <Cmd>lua require('various-textobjs').value('inner')<CR> |
Description | inner greedyOuterIndentation textobj |
---|
Left hand side | ig |
Right hand side | <Cmd>lua require('various-textobjs').greedyOuterIndentation('inner')<CR> |
Description | inner key textobj |
---|
Left hand side | ik |
Right hand side | <Cmd>lua require('various-textobjs').key('inner')<CR> |
Description | inner subword textobj |
---|
Left hand side | iS |
Right hand side | <Cmd>lua require('various-textobjs').subword('inner')<CR> |
Description | inner chainMember textobj |
---|
Left hand side | im |
Right hand side | <Cmd>lua require('various-textobjs').chainMember('inner')<CR> |
Description | inner lineCharacterwise textobj |
---|
Left hand side | i_ |
Right hand side | <Cmd>lua require('various-textobjs').lineCharacterwise('inner')<CR> |
Description | inner closedFold textobj |
---|
Left hand side | iz |
Right hand side | <Cmd>lua require('various-textobjs').closedFold('inner')<CR> |
Description | nearEoL textobj |
---|
Left hand side | n |
Right hand side | <Cmd>lua require('various-textobjs').nearEoL()<CR> |
Description | restOfParagraph textobj |
---|
Left hand side | r |
Right hand side | <Cmd>lua require('various-textobjs').restOfParagraph()<CR> |
Description | Flash |
---|
Left hand side | s |
Right hand side | |
Description | column textobj |
---|
Left hand side | | |
Right hand side | <Cmd>lua require('various-textobjs').column()<CR> |
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 | |