The personal Neovim configuration of Richard Ariza
- Install and initialize:
lazyman -w OnMyWay - Configuration category: Personal
- Base configuration: Custom
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-OnMyWay
Git repository
https://github.com/RchrdAlv/NvimOnMy_way
Lazy managed plugins
OnMyWay Keymaps
Normal mode keymaps
| Description | |
|---|
| Left hand side | <Tab> |
| Right hand side | :bnext<CR> |
| Description | |
|---|
| Left hand side | fh |
| Right hand side | |
| Description | |
|---|
| Left hand side | fb |
| Right hand side | |
| Description | |
|---|
| Left hand side | fg |
| Right hand side | |
| Description | |
|---|
| Left hand side | ff |
| Right hand side | |
| Description | |
|---|
| Left hand side | n |
| Right hand side | :ASToggle<CR> |
| Description | |
|---|
| Left hand side | % |
| Right hand side | <Plug>(MatchitNormalForward) |
| Description | Nvim builtin |
|---|
| Left hand side | & |
| Right hand side | :&&<CR> |
| Description | |
|---|
| Left hand side | P |
| Right hand side | <Plug>(YankyPutBefore) |
| Description | Nvim builtin |
|---|
| Left hand side | Y |
| Right hand side | y$ |
| Description | |
|---|
| Left hand side | [% |
| Right hand side | <Plug>(MatchitNormalMultiBackward) |
| Description | |
|---|
| Left hand side | \F |
| Right hand side | :FormatWrite<CR> |
| Description | |
|---|
| Left hand side | ]% |
| Right hand side | <Plug>(MatchitNormalMultiForward) |
| Description | |
|---|
| Left hand side | fb |
| Right hand side | :Telescope file_browser path=%:p:h select_buffer=true<CR> |
| Description | |
|---|
| Left hand side | ff |
| Right hand side | :lua test_function(0)<CR> |
| Description | |
|---|
| Left hand side | gP |
| Right hand side | <Plug>(YankyGPutBefore) |
| Description | |
|---|
| Left hand side | gp |
| Right hand side | <Plug>(YankyGPutAfter) |
| Description | |
|---|
| Left hand side | gT |
| Right hand side | :bprevious<CR> |
| Description | |
|---|
| Left hand side | gt |
| Right hand side | :bnext<CR> |
| Description | |
|---|
| Left hand side | gx |
| Right hand side | <Plug>NetrwBrowseX |
| Description | |
|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitNormalBackward) |
| 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 | p |
| Right hand side | <Plug>(YankyPutAfter) |
| Description | |
|---|
| Left hand side | y<C-G> |
| Right hand side | :<C-U>call setreg(v:register, fugitive#Object(@%))<CR> |
| Description | |
|---|
| Left hand side | <C-T> |
| Right hand side | <Cmd>exe v:count1 . "ToggleTerm"<CR> |
| Description | Toggle Terminal |
|---|
| Left hand side | <C-Bslash> |
| Right hand side | <Cmd>execute v:count . "ToggleTerm"<CR> |
| Description | |
|---|
| Left hand side | <C-P> |
| Right hand side | <Plug>(YankyCycleBackward) |
| Description | |
|---|
| Left hand side | <C-N> |
| Right hand side | <Plug>(YankyCycleForward) |
| Description | |
|---|
| Left hand side | <C-X> |
| Right hand side | :RunCode<CR> |
| Description | |
|---|
| Left hand side | <C-S> |
| Right hand side | :lua Save()<CR> |
| Description | |
|---|
| Left hand side | <C-J> |
| Right hand side | <C-W>j |
| Description | |
|---|
| Left hand side | <C-K> |
| Right hand side | <C-W>k |
| Description | |
|---|
| Left hand side | <C-H> |
| Right hand side | <C-W>h |
| Description | |
|---|
| Left hand side | <BS> |
| Right hand side | :bprevious<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 | 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 | <Plug>luasnip-expand-repeat |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>luasnip-delete-check |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>fugitive: |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>fugitive:y<C-G> |
| Right hand side | :<C-U>call setreg(v:register, fugitive#Object(@%))<CR> |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftRight) |
| 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>(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>(YankyPutAfterShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterShiftRight) |
| 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>(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>(YankyGPutBeforeShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeShiftRight) |
| 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>(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>(YankyPutBeforeShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeShiftRight) |
| 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>(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>(YankyGPutAfterShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterShiftRight) |
| 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>(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>(YankyPutIndentAfterShiftRightJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterShiftRight) |
| 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>(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>(YankyCycleBackward) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyCycleForward) |
| Right hand side | |
| Description | Git Conflict: Previous Conflict |
|---|
| Left hand side | <Plug>(git-conflict-prev-conflict) |
| Right hand side | <Cmd>GitConflictPrevConflict<CR> |
| Description | Git Conflict: Next Conflict |
|---|
| Left hand side | <Plug>(git-conflict-next-conflict) |
| Right hand side | <Cmd>GitConflictNextConflict<CR> |
| Description | Git Conflict: Choose Theirs |
|---|
| Left hand side | <Plug>(git-conflict-theirs) |
| Right hand side | <Cmd>GitConflictChooseTheirs<CR> |
| Description | Git Conflict: Choose None |
|---|
| Left hand side | <Plug>(git-conflict-none) |
| Right hand side | <Cmd>GitConflictChooseNone<CR> |
| Description | Git Conflict: Choose Both |
|---|
| Left hand side | <Plug>(git-conflict-both) |
| Right hand side | <Cmd>GitConflictChooseBoth<CR> |
| Description | Git Conflict: Choose Ours |
|---|
| Left hand side | <Plug>(git-conflict-ours) |
| Right hand side | <Cmd>GitConflictChooseOurs<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 | <C-L> |
| Right hand side | <C-W>l |
Visual mode keymaps
| Description | |
|---|
| Left hand side | <Tab> |
| Right hand side | :lua require('luasnip.util.util').store_selection()<CR>gv"_s |
| 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 | |
|---|
| 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 | |
|---|
| Left hand side | gP |
| Right hand side | <Plug>(YankyGPutBefore) |
| Description | |
|---|
| Left hand side | gp |
| Right hand side | <Plug>(YankyGPutAfter) |
| Description | |
|---|
| Left hand side | gx |
| Right hand side | <Plug>NetrwBrowseXVis |
| Description | |
|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitVisualBackward) |
| 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 | p |
| Right hand side | <Plug>(YankyPutAfter) |
| 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 | |
| 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 | <Plug>(YankyGPutBeforeFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeFilter) |
| 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>(YankyGPutBeforeShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutBeforeShiftLeft) |
| 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>(YankyPutAfterFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterFilter) |
| 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>(YankyPutAfterShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutAfterShiftLeft) |
| 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>(YankyGPutAfterFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterFilter) |
| 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>(YankyGPutAfterShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyGPutAfterShiftLeft) |
| 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>(YankyPutIndentAfterFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterFilter) |
| 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>(YankyPutIndentAfterShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentAfterShiftLeft) |
| 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>(YankyPutIndentBeforeFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeFilter) |
| 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>(YankyPutIndentBeforeShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutIndentBeforeShiftLeft) |
| 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>(YankyPutBeforeFilterJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeFilter) |
| 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>(YankyPutBeforeShiftLeftJoined) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyPutBeforeShiftLeft) |
| 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>(YankyYank) |
| 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 | |
|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitOperationBackward) |
| 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 | |