Based on AstroNvim with additional features
- Install and initialize:
lazyman -x Normal - Configuration category: Starter
- Base configuration: AstroNvim
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-Normal
Git repository
https://github.com/NormalNvim/NormalNvim
Neovimcraft entry
http://neovimcraft.com/plugin/NormalNvim/NormalNvim
Lazy managed plugins
Normal Keymaps
Normal mode keymaps
| Description | FIX: Prevent TAB from behaving like <C-i>, as they share the same internal code |
|---|
| Left hand side | <Tab> |
| Right hand side | <Tab> |
| Description | |
|---|
| Left hand side | <Esc> |
| Right hand side | |
| Description | Home screen |
|---|
| Left hand side | h |
| Right hand side | |
| Description | Toggleterm horizontal split |
|---|
| Left hand side | th |
| Right hand side | <Cmd>ToggleTerm size=10 direction=horizontal<CR> |
| Description | Comment line |
|---|
| Left hand side | / |
| Right hand side | |
| Description | Update Plugins and Mason |
|---|
| Left hand side | pa |
| Right hand side | <Cmd>NvimUpdatePackages<CR> |
| Description | Toggleterm vertical split |
|---|
| Left hand side | tv |
| Right hand side | <Cmd>ToggleTerm size=80 direction=vertical<CR> |
| Description | Mason Installer |
|---|
| Left hand side | pm |
| Right hand side | <Cmd>Mason<CR> |
| Description | Quit |
|---|
| Left hand side | q |
| Right hand side | |
| Description | View Git blame |
|---|
| Left hand side | gl |
| Right hand side | |
| Description | Save |
|---|
| Left hand side | w |
| Right hand side | <Cmd>w<CR> |
| Description | View full Git blame |
|---|
| Left hand side | gL |
| Right hand side | |
| Description | Wipe buffer |
|---|
| Left hand side | c |
| Right hand side | |
| Description | Preview Git hunk |
|---|
| Left hand side | gp |
| Right hand side | |
| Description | Reset Git hunk |
|---|
| Left hand side | gh |
| Right hand side | |
| Description | Reset Git buffer |
|---|
| Left hand side | gr |
| Right hand side | |
| Description | Stage Git hunk |
|---|
| Left hand side | gs |
| Right hand side | |
| Description | Stage Git buffer |
|---|
| Left hand side | gS |
| Right hand side | |
| Description | Unstage Git hunk |
|---|
| Left hand side | gu |
| Right hand side | |
| Description | View Git diff |
|---|
| Left hand side | gd |
| Right hand side | |
| Description | Open in github |
|---|
| Left hand side | gP |
| Right hand side | |
| Description | Save as sudo |
|---|
| Left hand side | W |
| Right hand side | |
| Description | ToggleTerm lazygit |
|---|
| Left hand side | gg |
| Right hand side | |
| Description | New file |
|---|
| Left hand side | n |
| Right hand side | <Cmd>enew<CR> |
| Description | Ranger |
|---|
| Left hand side | r |
| Right hand side | <Cmd>RnvimrToggle<CR> |
| Description | Step Into (F11) |
|---|
| Left hand side | db |
| Right hand side | |
| Description | neotree |
|---|
| Left hand side | e |
| Right hand side | <Cmd>Neotree toggle<CR> |
| Description | Find man |
|---|
| Left hand side | fm |
| Right hand side | |
| Description | Start/Continue (F5) |
|---|
| Left hand side | dc |
| Right hand side | |
| Description | Neotree Focus |
|---|
| Left hand side | o |
| Right hand side | |
| Description | Conditional Breakpoint (S-F9) |
|---|
| Left hand side | dC |
| Right hand side | |
| Description | Load last session |
|---|
| Left hand side | Sl |
| Right hand side | <Cmd>SessionManager! load_last_session<CR> |
| Description | Open compiler |
|---|
| Left hand side | mm |
| Right hand side | |
| Description | Save this session |
|---|
| Left hand side | Ss |
| Right hand side | <Cmd>SessionManager! save_current_session<CR> |
| Description | Delete session |
|---|
| Left hand side | Sd |
| Right hand side | <Cmd>SessionManager! delete_session<CR> |
| Description | Mason Update |
|---|
| Left hand side | pM |
| Right hand side | <Cmd>MasonUpdateAll<CR> |
| Description | Close Session |
|---|
| Left hand side | dq |
| Right hand side | |
| Description | Search sessions |
|---|
| Left hand side | Sf |
| Right hand side | <Cmd>SessionManager! load_session<CR> |
| Description | Terminate Session (S-F5) |
|---|
| Left hand side | dQ |
| Right hand side | |
| Description | Load current directory session |
|---|
| Left hand side | S. |
| Right hand side | <Cmd>SessionManager! load_current_dir_session<CR> |
| Description | Restart (C-F5) |
|---|
| Left hand side | dr |
| Right hand side | |
| Description | REPL |
|---|
| Left hand side | dR |
| Right hand side | |
| Description | Run To Cursor |
|---|
| Left hand side | ds |
| Right hand side | |
| Description | Evaluate Input |
|---|
| Left hand side | dE |
| Right hand side | |
| Description | Nvim Update |
|---|
| Left hand side | pA |
| Right hand side | <Cmd>NvimUpdate<CR> |
| Description | Stop unit |
|---|
| Left hand side | Ts |
| Right hand side | |
| Description | Clear Breakpoints |
|---|
| Left hand side | dB |
| Right hand side | |
| Description | File |
|---|
| Left hand side | Tf |
| Right hand side | |
| Description | Find in undo tree |
|---|
| Left hand side | fu |
| Right hand side | |
| Description | Plugins Install |
|---|
| Left hand side | pi |
| Right hand side | |
| Description | Step Back (S-F10) |
|---|
| Left hand side | do |
| Right hand side | |
| Description | Plugins Status |
|---|
| Left hand side | ps |
| Right hand side | |
| Description | Step Out (S-F11) |
|---|
| Left hand side | dO |
| Right hand side | |
| Description | Plugins Sync |
|---|
| Left hand side | pS |
| Right hand side | |
| Description | Plugins Check Updates |
|---|
| Left hand side | pu |
| Right hand side | |
| Description | Plugins Update |
|---|
| Left hand side | pU |
| Right hand side | |
| Description | Pause |
|---|
| Left hand side | dp |
| Right hand side | |
| Description | Symbols tree |
|---|
| Left hand side | lt |
| Right hand side | |
| Description | Git branches |
|---|
| Left hand side | gb |
| Right hand side | |
| Description | Git commits (repository) |
|---|
| Left hand side | gc |
| Right hand side | |
| Description | Git commits (current file) |
|---|
| Left hand side | gC |
| Right hand side | |
| Description | Git status |
|---|
| Left hand side | gt |
| Right hand side | |
| Description | Nvim Version |
|---|
| Left hand side | pv |
| Right hand side | <Cmd>NvimVersion<CR> |
| Description | Resume previous search |
|---|
| Left hand side | f<CR> |
| Right hand side | |
| Description | Ask chatgpt |
|---|
| Left hand side | a |
| Right hand side | |
| Description | Find marks |
|---|
| Left hand side | f' |
| Right hand side | |
| Description | Find nvim config files |
|---|
| Left hand side | fa |
| Right hand side | |
| Description | Find buffers |
|---|
| Left hand side | fB |
| Right hand side | |
| Description | Close buffer |
|---|
| Left hand side | C |
| Right hand side | |
| Description | Find word under cursor in project |
|---|
| Left hand side | fw |
| Right hand side | |
| Description | Find commands |
|---|
| Left hand side | fC |
| Right hand side | |
| Description | Find help |
|---|
| Left hand side | fh |
| Right hand side | |
| Description | Unit |
|---|
| Left hand side | Tu |
| Right hand side | |
| Description | Find keymaps |
|---|
| Left hand side | fk |
| Right hand side | |
| Description | Find notifications |
|---|
| Left hand side | fn |
| Right hand side | |
| Description | Find recent |
|---|
| Left hand side | fo |
| Right hand side | |
| Description | Unit in debugger |
|---|
| Left hand side | Td |
| Right hand side | |
| Description | Find vim registers |
|---|
| Left hand side | fv |
| Right hand side | |
| Description | Coverage |
|---|
| Left hand side | Tc |
| Right hand side | |
| Description | Find themes |
|---|
| Left hand side | ft |
| Right hand side | |
| Description | Find words in project |
|---|
| Left hand side | ff |
| Right hand side | |
| Description | Find words in project (no hidden) |
|---|
| Left hand side | fF |
| Right hand side | |
| Description | All |
|---|
| Left hand side | Ta |
| Right hand side | |
| Description | Find words in current buffer |
|---|
| Left hand side | f/ |
| Right hand side | |
| Description | E2e |
|---|
| Left hand side | Te |
| Right hand side | |
| Description | Search symbol in buffer |
|---|
| Left hand side | ls |
| Right hand side | |
| Description | Find project |
|---|
| Left hand side | fp |
| Right hand side | |
| Description | Find and replace word in project |
|---|
| Left hand side | fr |
| Right hand side | |
| Description | Find and replace word in buffer |
|---|
| Left hand side | fb |
| Right hand side | |
| Description | Find snippets |
|---|
| Left hand side | fs |
| Right hand side | |
| Description | Nvim Changelog |
|---|
| Left hand side | pl |
| Right hand side | <Cmd>NvimChangelog<CR> |
| Description | Find recorded macros |
|---|
| Left hand side | fc |
| Right hand side | |
| Description | Markdown preview |
|---|
| Left hand side | Dp |
| Right hand side | |
| Description | Markmap |
|---|
| Left hand side | Dm |
| Right hand side | |
| Description | Open documentation |
|---|
| Left hand side | Dd |
| Right hand side | |
| Description | Debugger UI |
|---|
| Left hand side | du |
| Right hand side | |
| Description | Debugger Hover |
|---|
| Left hand side | dh |
| Right hand side | |
| Description | Close all buffers except current |
|---|
| Left hand side | bc |
| Right hand side | |
| Description | Close all buffers |
|---|
| Left hand side | bC |
| Right hand side | |
| Description | Select buffer from tabline |
|---|
| Left hand side | bb |
| Right hand side | |
| Description | Delete buffer from tabline |
|---|
| Left hand side | bd |
| Right hand side | |
| Description | Close all buffers to the left |
|---|
| Left hand side | bl |
| Right hand side | |
| Description | Close all buffers to the right |
|---|
| Left hand side | br |
| Right hand side | |
| Description | Sort by extension (buffers) |
|---|
| Left hand side | bse |
| Right hand side | |
| Description | Sort by relative path (buffers) |
|---|
| Left hand side | bsr |
| Right hand side | |
| Description | Sort by full path (buffers) |
|---|
| Left hand side | bsp |
| Right hand side | |
| Description | Sort by buffer number (buffers) |
|---|
| Left hand side | bsi |
| Right hand side | |
| Description | Sort by modification (buffers) |
|---|
| Left hand side | bsm |
| Right hand side | |
| Description | Horizontal split buffer from tabline |
|---|
| Left hand side | b\ |
| Right hand side | |
| Description | Vertical split buffer from tabline |
|---|
| Left hand side | b| |
| Right hand side | |
| Description | Zen mode |
|---|
| Left hand side | uz |
| Right hand side | |
| Description | Autopairs |
|---|
| Left hand side | ua |
| Right hand side | |
| Description | Background |
|---|
| Left hand side | ub |
| Right hand side | |
| Description | Autocompletion |
|---|
| Left hand side | uc |
| Right hand side | |
| Description | color highlight |
|---|
| Left hand side | uC |
| Right hand side | <Cmd>ColorizerToggle<CR> |
| Description | Diagnostics |
|---|
| Left hand side | ud |
| Right hand side | |
| Description | Change indent setting |
|---|
| Left hand side | uD |
| Right hand side | |
| Description | Signcolumn |
|---|
| Left hand side | ug |
| Right hand side | |
| Description | Statusline |
|---|
| Left hand side | ul |
| Right hand side | |
| Description | CodeLens |
|---|
| Left hand side | uL |
| Right hand side | |
| Description | Change line numbering |
|---|
| Left hand side | un |
| Right hand side | |
| Description | UI notifications |
|---|
| Left hand side | uN |
| Right hand side | |
| Description | Paste mode |
|---|
| Left hand side | up |
| Right hand side | |
| Description | Spellcheck |
|---|
| Left hand side | us |
| Right hand side | |
| Description | Conceal |
|---|
| Left hand side | uS |
| Right hand side | |
| Description | Tabline |
|---|
| Left hand side | ut |
| Right hand side | |
| Description | URL highlight |
|---|
| Left hand side | uu |
| Right hand side | |
| Description | Wrap |
|---|
| Left hand side | uw |
| Right hand side | |
| Description | Find recorded macros |
|---|
| Left hand side | fq |
| Right hand side | |
| Description | Syntax highlight (buffer) |
|---|
| Left hand side | uy |
| Right hand side | |
| Description | Foldcolumn |
|---|
| Left hand side | uh |
| Right hand side | |
| Description | Compiler redo |
|---|
| Left hand side | mr |
| Right hand side | |
| Description | compiler results |
|---|
| Left hand side | mt |
| Right hand side | |
| Description | Animations |
|---|
| Left hand side | uA |
| Right hand side | |
| Description | ToggleTerm float |
|---|
| Left hand side | tt |
| Right hand side | <Cmd>ToggleTerm direction=float<CR> |
| Description | |
|---|
| Left hand side | % |
| Right hand side | <Plug>(MatchitNormalForward) |
| Description | Nvim builtin |
|---|
| Left hand side | & |
| Right hand side | :&&<CR> |
| Description | Go to the fist character of the line (aliases 0 to ^) |
|---|
| Left hand side | 0 |
| Right hand side | ^ |
| Description | Move buffer tab left |
|---|
| Left hand side | <lt>b |
| Right hand side | |
| Description | Debugger: Step Out |
|---|
| Left hand side | <lt>S-11> |
| Right hand side | |
| Description | Move buffer tab right |
|---|
| Left hand side | >b |
| Right hand side | |
| Description | Change without yanking |
|---|
| Left hand side | C |
| Right hand side | "_C |
| Description | G and go to the last position |
|---|
| Left hand side | G |
| Right hand side | |
| Description | Delete before character without yanking it |
|---|
| Left hand side | X |
| Right hand side | |
| Description | Nvim builtin |
|---|
| Left hand side | Y |
| Right hand side | y$ |
| Description | Previous Git hunk |
|---|
| Left hand side | [g |
| Right hand side | |
| Description | Previous buffer |
|---|
| Left hand side | [b |
| Right hand side | |
| Description | Previous tab |
|---|
| Left hand side | [t |
| Right hand side | |
| Description | |
|---|
| Left hand side | [% |
| Right hand side | <Plug>(MatchitNormalMultiBackward) |
| Description | Horizontal Split |
|---|
| Left hand side | \ |
| Right hand side | <Cmd>split<CR> |
| Description | Next Git hunk |
|---|
| Left hand side | ]g |
| Right hand side | |
| Description | Next buffer |
|---|
| Left hand side | ]b |
| Right hand side | |
| Description | Next tab |
|---|
| Left hand side | ]t |
| Right hand side | |
| Description | |
|---|
| Left hand side | ]% |
| Right hand side | <Plug>(MatchitNormalMultiForward) |
| Description | Change without yanking |
|---|
| Left hand side | c |
| Right hand side | "_c |
| Description | Open the file under cursor with system app |
|---|
| Left hand side | gx |
| Right hand side | |
| Description | gg and go to the first position |
|---|
| Left hand side | gg |
| Right hand side | |
| Description | Search symbol in bufffer |
|---|
| Left hand side | gs |
| Right hand side | |
| Description | |
|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitNormalBackward) |
| Description | Comment toggle blockwise |
|---|
| Left hand side | gb |
| Right hand side | |
| Description | Comment toggle linewise |
|---|
| Left hand side | gc |
| Right hand side | |
| Description | Move cursor down |
|---|
| Left hand side | j |
| Right hand side | v:count == 0 ? 'gj' : 'j' |
| Description | Move cursor up |
|---|
| Left hand side | k |
| Right hand side | v:count == 0 ? 'gk' : 'k' |
| Description | Delete character without yanking it |
|---|
| Left hand side | x |
| Right hand side | |
| Description | Peek fold |
|---|
| Left hand side | zp |
| Right hand side | |
| Description | Open all folds |
|---|
| Left hand side | zR |
| Right hand side | |
| Description | Close all folds |
|---|
| Left hand side | zM |
| Right hand side | |
| Description | Fold less |
|---|
| Left hand side | zr |
| Right hand side | |
| Description | Fold more |
|---|
| Left hand side | zm |
| Right hand side | |
| Description | Vertical Split |
|---|
| Left hand side | | |
| Right hand side | <Cmd>vsplit<CR> |
| Description | Move to above split |
|---|
| Left hand side | <C-K> |
| Right hand side | |
| Description | terminal |
|---|
| Left hand side | <C-'> |
| Right hand side | <Cmd>ToggleTerm<CR> |
| Description | Debugger: Start |
|---|
| Left hand side | <F5> |
| Right hand side | |
| Description | Debugger: Stop |
|---|
| Left hand side | <S-F5> |
| Right hand side | |
| Description | Debugger: Toggle Breakpoint |
|---|
| Left hand side | <F9> |
| Right hand side | |
| Description | Debugger: Conditional Breakpoint |
|---|
| Left hand side | <S-F9> |
| Right hand side | |
| Description | Debugger: Step Over |
|---|
| Left hand side | <F10> |
| Right hand side | |
| Description | Paste from cliboard |
|---|
| Left hand side | <C-P> |
| Right hand side | "+p<Esc> |
| Description | Debugger: Restart |
|---|
| Left hand side | <C-F5> |
| Right hand side | |
| Description | Debugger: Step Back |
|---|
| Left hand side | <S-F10> |
| Right hand side | |
| Description | Move to left split |
|---|
| Left hand side | <C-H> |
| Right hand side | |
| Description | Resize split up |
|---|
| Left hand side | <C-Up> |
| Right hand side | |
| Description | Resize split down |
|---|
| Left hand side | <C-Down> |
| Right hand side | |
| Description | Resize split left |
|---|
| Left hand side | <C-Left> |
| Right hand side | |
| Description | Resize split right |
|---|
| Left hand side | <C-Right> |
| Right hand side | |
| Description | Visually select all |
|---|
| Left hand side | <C-A> |
| Right hand side | |
| Description | terminal |
|---|
| Left hand side | <F7> |
| Right hand side | <Cmd>ToggleTerm<CR> |
| Description | Debugger: Step Into |
|---|
| Left hand side | <F11> |
| Right hand side | |
| Description | Hop to word |
|---|
| Left hand side | <C-M> |
| Right hand side | |
| Description | Move to below split |
|---|
| Left hand side | <C-J> |
| Right hand side | |
| Description | Page up exactly 20% of the total size of the buffer |
|---|
| Left hand side | <S-PageUp> |
| Right hand side | |
| Description | Page down exactly a 20% of the total size of the buffer |
|---|
| Left hand side | <S-PageDown> |
| Right hand side | |
| Description | Copy to cliboard |
|---|
| Left hand side | <C-Y> |
| Right hand side | "+y<Esc> |
| Description | Force write |
|---|
| Left hand side | <C-S> |
| Right hand side | <Cmd>w!<CR> |
| Description | Fast move down |
|---|
| Left hand side | <S-Down> |
| Right hand side | |
| Description | Fast move up |
|---|
| Left hand side | <S-Up> |
| Right hand side | |
| Description | Copy to clipboard and delete line |
|---|
| Left hand side | <C-D> |
| Right hand side | "+y<Esc>dd |
| Description | Open compiler |
|---|
| Left hand side | <F6> |
| Right hand side | |
| Description | Compiler redo |
|---|
| Left hand side | <S-F6> |
| Right hand side | |
| Description | compiler resume |
|---|
| Left hand side | <S-F7> |
| Right hand side | |
| 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 | Move to right split |
|---|
| Left hand side | <C-L> |
| Right hand side | |
Visual mode keymaps
| Description | indent line |
|---|
| Left hand side | <Tab> |
| Right hand side | >gv |
| Description | Evaluate Input |
|---|
| Left hand side | dE |
| Right hand side | |
| Description | comment line |
|---|
| Left hand side | / |
| Right hand side | <Esc><Cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<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 | unindent line |
|---|
| Left hand side | <lt> |
| Right hand side | <lt>gv |
| Description | indent line |
|---|
| Left hand side | > |
| Right hand side | >gv |
| Description | Change without yanking |
|---|
| Left hand side | C |
| Right hand side | "_C |
| Description | G and go to the last position (visual) |
|---|
| Left hand side | G |
| Right hand side | |
| Description | Yank what you are going to override, then paste |
|---|
| Left hand side | P |
| Right hand side | p |
| Description | Delete all characters in line |
|---|
| Left hand side | X |
| Right hand side | "_X |
| 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 | Change without yanking |
|---|
| Left hand side | c |
| Right hand side | "_c |
| Description | gg and go to the first position (visual) |
|---|
| Left hand side | gg |
| Right hand side | |
| Description | |
|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitVisualBackward) |
| Description | Comment toggle blockwise |
|---|
| Left hand side | gb |
| Right hand side | |
| Description | Comment toggle linewise |
|---|
| Left hand side | gc |
| Right hand side | |
| Description | Paste content you’ve previourly yanked |
|---|
| Left hand side | p |
| Right hand side | P |
| Description | Delete all characters in line |
|---|
| Left hand side | x |
| Right hand side | "_x |
| Description | unindent line |
|---|
| Left hand side | <S-Tab> |
| Right hand side | <lt>gv |
| Description | Copy to cliboard |
|---|
| Left hand side | <C-Y> |
| Right hand side | "+y<Esc> |
| Description | Copy to clipboard and delete line |
|---|
| Left hand side | <C-D> |
| Right hand side | "+y<Esc>dd |
| Description | Hop to word |
|---|
| Left hand side | <C-M> |
| Right hand side | |
| 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`` |
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> |