Modern Neovim configuration for coding React and TypeScript
- Install and initialize:
lazyman -L Orange - Configuration category: Language
- Base configuration: Custom
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-Orange
Git repository
https://github.com/bitterteasweetorange/nvim
Neovimcraft entry
http://neovimcraft.com/plugin/bitterteasweetorange/nvim
Lazy managed plugins
Orange Keymaps
Normal mode keymaps
| Description | |
|---|
| Left hand side | <CR> |
| Right hand side | <Plug>(wildfire-fuel) |
| Description | |
|---|
| Left hand side | g |
| Right hand side | |
| Description | |
|---|
| Left hand side | f |
| Right hand side | |
| Description | |
|---|
| Left hand side | i |
| Right hand side | <Cmd>ToggleAlternate<CR> |
| Description | |
|---|
| Left hand side | o |
| Right hand side | <Cmd>Lspsaga outline<CR> |
| Description | |
|---|
| Left hand side | r |
| Right hand side | <Cmd>Lspsaga rename<CR> |
| Description | |
|---|
| Left hand side | ca |
| Right hand side | <Cmd>Lspsaga code_action<CR> |
| Description | |
|---|
| Left hand side | k |
| Right hand side | <Cmd>Lspsaga hover_doc<CR> |
| Description | |
|---|
| Left hand side | x |
| Right hand side | <Cmd>x<CR> |
| Description | |
|---|
| Left hand side | w |
| Right hand side | <Cmd>w<CR> |
| Description | |
|---|
| Left hand side | q |
| Right hand side | <Cmd>q<CR> |
| Description | |
|---|
| Left hand side | % |
| Right hand side | <Plug>(MatchitNormalForward) |
| Description | Nvim builtin |
|---|
| Left hand side | & |
| Right hand side | :&&<CR> |
| Description | |
|---|
| Left hand side | H |
| Right hand side | ^ |
| Description | |
|---|
| Left hand side | L |
| Right hand side | $ |
| Description | |
|---|
| Left hand side | P |
| Right hand side | <Plug>(YankyPutBefore) |
| 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 | [d |
| Right hand side | <Cmd>Lspsaga diagnostic_jump_prev<CR> |
| Description | |
|---|
| Left hand side | [% |
| Right hand side | <Plug>(MatchitNormalMultiBackward) |
| Description | |
|---|
| Left hand side | \\gS |
| Right hand side | <Plug>(VM-Reselect-Last) |
| Description | |
|---|
| Left hand side | \\/ |
| Right hand side | <Plug>(VM-Start-Regex-Search) |
| Description | |
|---|
| Left hand side | \\\ |
| Right hand side | <Plug>(VM-Add-Cursor-At-Pos) |
| Description | |
|---|
| Left hand side | \\A |
| Right hand side | <Plug>(VM-Select-All) |
| Description | |
|---|
| Left hand side | ]d |
| Right hand side | <Cmd>Lspsaga diagnostic_jump_next<CR> |
| Description | |
|---|
| Left hand side | ]% |
| Right hand side | <Plug>(MatchitNormalMultiForward) |
| Description | Comment insert end of line |
|---|
| Left hand side | gcA |
| Right hand side | |
| Description | Comment insert above |
|---|
| Left hand side | gcO |
| Right hand side | |
| Description | Comment insert below |
|---|
| Left hand side | gco |
| Right hand side | |
| Description | Comment toggle current block |
|---|
| Left hand side | gbc |
| Right hand side | |
| Description | Comment toggle current line |
|---|
| Left hand side | gcc |
| Right hand side | |
| Description | Comment toggle blockwise |
|---|
| Left hand side | gb |
| Right hand side | <Plug>(comment_toggle_blockwise) |
| Description | Comment toggle linewise |
|---|
| Left hand side | gc |
| Right hand side | <Plug>(comment_toggle_linewise) |
| Description | |
|---|
| Left hand side | gd |
| Right hand side | <Cmd>Lspsaga goto_definition<CR> |
| Description | |
|---|
| Left hand side | gx |
| Right hand side | <Plug>NetrwBrowseX |
| Description | |
|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitNormalBackward) |
| Description | |
|---|
| Left hand side | j |
| Right hand side | v:count?'j':'gj' |
| Description | |
|---|
| Left hand side | k |
| Right hand side | v:count?'k':'gk' |
| Description | |
|---|
| Left hand side | p |
| Right hand side | <Plug>(YankyPutAfter) |
| Description | Flash |
|---|
| Left hand side | s |
| Right hand side | |
| Description | |
|---|
| Left hand side | <C-E> |
| Right hand side | <Cmd>NvimTreeToggle<CR> |
| Description | Toggle Terminal |
|---|
| Left hand side | <C-Bslash> |
| Right hand side | <Cmd>execute v:count . "ToggleTerm"<CR> |
| Description | |
|---|
| Left hand side | <C-A> |
| Right hand side | ggVG |
| 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>PlenaryTestFile |
| Right hand side | :lua require('plenary.test_harness').test_directory(vim.fn.expand("%:p"))<CR> |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBefore) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBefore) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBefore) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyYank) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyCycleBackward) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyCycleForward) |
| Right hand side | |
| 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>(wildfire-quick-select) |
| Right hand side | :<C-U>call wildfire#QuickSelect(['ip', 'i)', 'i]', 'i}', 'i''', 'i"', 'it'])<CR> |
| Description | |
|---|
| Left hand side | <Plug>(wildfire-fuel) |
| Right hand side | :<C-U>call wildfire#Start(v:count1, ['ip', 'i)', 'i]', 'i}', 'i''', 'i"', 'it'])<CR> |
| Description | Comment toggle blockwise with count |
|---|
| Left hand side | <Plug>(comment_toggle_blockwise_count) |
| Right hand side | |
| Description | Comment toggle linewise with count |
|---|
| Left hand side | <Plug>(comment_toggle_linewise_count) |
| Right hand side | |
| Description | Comment toggle current block |
|---|
| Left hand side | <Plug>(comment_toggle_blockwise_current) |
| Right hand side | |
| Description | Comment toggle current line |
|---|
| Left hand side | <Plug>(comment_toggle_linewise_current) |
| Right hand side | |
| Description | Comment toggle blockwise |
|---|
| Left hand side | <Plug>(comment_toggle_blockwise) |
| Right hand side | |
| Description | Comment toggle linewise |
|---|
| Left hand side | <Plug>(comment_toggle_linewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <C-Down> |
| Right hand side | <Plug>(VM-Add-Cursor-Down) |
| Description | |
|---|
| Left hand side | <C-Up> |
| Right hand side | <Plug>(VM-Add-Cursor-Up) |
| Description | |
|---|
| Left hand side | <S-Right> |
| Right hand side | <Plug>(VM-Select-l) |
| Description | |
|---|
| Left hand side | <S-Left> |
| Right hand side | <Plug>(VM-Select-h) |
| Description | |
|---|
| Left hand side | <C-N> |
| Right hand side | <Plug>(VM-Find-Under) |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-BBW) |
| Right hand side | :<C-U>call vm#commands#motion('BBW', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-gE) |
| Right hand side | :<C-U>call vm#commands#motion('gE', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-ge) |
| Right hand side | :<C-U>call vm#commands#motion('ge', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-E) |
| Right hand side | :<C-U>call vm#commands#motion('E', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-e) |
| Right hand side | :<C-U>call vm#commands#motion('e', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-B) |
| Right hand side | :<C-U>call vm#commands#motion('B', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-b) |
| Right hand side | :<C-U>call vm#commands#motion('b', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-W) |
| Right hand side | :<C-U>call vm#commands#motion('W', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-w) |
| Right hand side | :<C-U>call vm#commands#motion('w', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-l) |
| Right hand side | :<C-U>call vm#commands#motion('l', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-k) |
| Right hand side | :<C-U>call vm#commands#motion('k', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-j) |
| Right hand side | :<C-U>call vm#commands#motion('j', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-h) |
| Right hand side | :<C-U>call vm#commands#motion('h', v:count1, 1, 0)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Mouse-Column) |
| Right hand side | :call vm#commands#mouse_column()<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Mouse-Word) |
| Right hand side | <Plug>(VM-Left-Mouse)<Plug>(VM-Find-Under) |
| Description | |
|---|
| Left hand side | <Plug>(VM-Mouse-Cursor) |
| Right hand side | <Plug>(VM-Left-Mouse)<Plug>(VM-Add-Cursor-At-Pos) |
| Description | |
|---|
| Left hand side | <Plug>(VM-Left-Mouse) |
| Right hand side | <LeftMouse> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Slash-Search) |
| Right hand side | @=vm#commands#find_by_regex(3)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Start-Regex-Search) |
| Right hand side | @=vm#commands#find_by_regex(1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Find-Under) |
| Right hand side | :<C-U>call vm#commands#ctrln(v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-All) |
| Right hand side | :call vm#commands#find_all(0, 1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Reselect-Last) |
| Right hand side | :call vm#commands#reselect_last()<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-Cursor-Up) |
| Right hand side | :<C-U>call vm#commands#add_cursor_up(1, v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Select-Cursor-Down) |
| Right hand side | :<C-U>call vm#commands#add_cursor_down(1, v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Add-Cursor-Up) |
| Right hand side | :<C-U>call vm#commands#add_cursor_up(0, v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Add-Cursor-Down) |
| Right hand side | :<C-U>call vm#commands#add_cursor_down(0, v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Add-Cursor-At-Word) |
| Right hand side | :call vm#commands#add_cursor_at_word(1, 1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Add-Cursor-At-Pos) |
| Right hand side | :call vm#commands#add_cursor_at_pos(0)<CR> |
| Description | Nvim builtin |
|---|
| Left hand side | <C-L> |
| Right hand side | <Cmd>nohlsearch|diffupdate|normal! <C-L><CR> |
Visual mode keymaps
| Description | |
|---|
| Left hand side | <CR> |
| Right hand side | <Plug>(wildfire-fuel) |
| Description | |
|---|
| Left hand side | ca |
| Right hand side | <Cmd>Lspsaga code_action<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 | P |
| Right hand side | <Plug>(YankyPutBefore) |
| Description | Flash Treesitter |
|---|
| Left hand side | S |
| Right hand side | |
| Description | |
|---|
| Left hand side | [% |
| Right hand side | <Plug>(MatchitVisualMultiBackward) |
| Description | |
|---|
| Left hand side | \\c |
| Right hand side | <Plug>(VM-Visual-Cursors) |
| Description | |
|---|
| Left hand side | \\a |
| Right hand side | <Plug>(VM-Visual-Add) |
| Description | |
|---|
| Left hand side | \\f |
| Right hand side | <Plug>(VM-Visual-Find) |
| Description | |
|---|
| Left hand side | \\/ |
| Right hand side | <Plug>(VM-Visual-Regex) |
| Description | |
|---|
| Left hand side | \\A |
| Right hand side | <Plug>(VM-Visual-All) |
| Description | |
|---|
| Left hand side | ]% |
| Right hand side | <Plug>(MatchitVisualMultiForward) |
| Description | |
|---|
| Left hand side | a% |
| Right hand side | <Plug>(MatchitVisualTextObject) |
| Description | Comment toggle blockwise (visual) |
|---|
| Left hand side | gb |
| Right hand side | <Plug>(comment_toggle_blockwise_visual) |
| Description | Comment toggle linewise (visual) |
|---|
| Left hand side | gc |
| Right hand side | <Plug>(comment_toggle_linewise_visual) |
| Description | |
|---|
| Left hand side | gx |
| Right hand side | <Plug>NetrwBrowseXVis |
| Description | |
|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitVisualBackward) |
| Description | |
|---|
| Left hand side | p |
| Right hand side | <Plug>(YankyPutAfter) |
| Description | Flash |
|---|
| Left hand side | s |
| Right hand side | |
| 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-N> |
| Right hand side | <Plug>(VM-Find-Subword-Under) |
| Description | |
|---|
| Left hand side | <Plug>(VM-Visual-Regex) |
| Right hand side | :call vm#commands#find_by_regex(2)<CR>:call feedkeys('/', 'n')<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Find-Subword-Under) |
| Right hand side | <SNR>31_Visual('under') |
| Description | |
|---|
| Left hand side | <Plug>(VM-Visual-Reduce) |
| Right hand side | :<C-U>call vm#visual#reduce()<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Visual-Add) |
| Right hand side | <Esc>:call vm#commands#visual_add()<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Visual-Cursors) |
| Right hand side | <Esc>:call vm#commands#visual_cursors()<CR> |
| Description | |
|---|
| Left hand side | <Plug>(VM-Visual-All) |
| Right hand side | <SNR>31_Visual('all') |
| Description | |
|---|
| Left hand side | <Plug>(VM-Visual-Find) |
| Right hand side | vm#operators#find(1, 1) |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBefore) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBefore) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBefore) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterShiftLeft) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterShiftRight) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterFilter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterBlockwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterBlockwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterCharwiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterCharwise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterLinewiseJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterLinewise) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfter) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyYank) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>luasnip-expand-repeat |
| Right hand side | |
| Description | Comment toggle blockwise (visual) |
|---|
| Left hand side | <Plug>(comment_toggle_blockwise_visual) |
| Right hand side | <Esc><Cmd>lua require("Comment.api").locked("toggle.blockwise")(vim.fn.visualmode())<CR> |
| Description | Comment toggle linewise (visual) |
|---|
| Left hand side | <Plug>(comment_toggle_linewise_visual) |
| Right hand side | <Esc><Cmd>lua require("Comment.api").locked("toggle.linewise")(vim.fn.visualmode())<CR> |
| Description | |
|---|
| Left hand side | <BS> |
| Right hand side | <Plug>(wildfire-water) |
| Description | |
|---|
| Left hand side | <Plug>(wildfire-fuel) |
| Right hand side | :<C-U>call wildfire#Fuel(v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>(wildfire-water) |
| Right hand side | :<C-U>call wildfire#Water(v:count1)<CR> |
Operator mode keymaps
| Description | |
|---|
| Left hand side | <CR> |
| Right hand side | <Plug>(wildfire-fuel) |
| Description | |
|---|
| Left hand side | % |
| Right hand side | <Plug>(MatchitOperationForward) |
| 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 | |
|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitOperationBackward) |
| Description | Flash |
|---|
| Left hand side | s |
| Right hand side | |
| 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 | |
| Description | |
|---|
| Left hand side | <Plug>(wildfire-quick-select) |
| Right hand side | :<C-U>call wildfire#QuickSelect(['ip', 'i)', 'i]', 'i}', 'i''', 'i"', 'it'])<CR> |
| Description | |
|---|
| Left hand side | <Plug>(wildfire-fuel) |
| Right hand side | :<C-U>call wildfire#Start(v:count1, ['ip', 'i)', 'i]', 'i}', 'i''', 'i"', 'it'])<CR> |