An example AstroNvim community plugins configuration
- Install and initialize:
lazyman -a - Configuration category: Base
- Base configuration: AstroNvim
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-AstroNvimPlus
Git repository
https://github.com/doctorfree/astronvim
Website
https://astronvim.lazyman.dev
Lazy managed plugins
AstroNvimPlus Keymaps
Normal mode keymaps
| Description | Close buffer |
|---|
| Left hand side | c |
| Right hand side | |
| Description | Toggle CodeLens |
|---|
| Left hand side | uL |
| Right hand side | |
| Description | Force close buffer |
|---|
| Left hand side | C |
| Right hand side | |
| Description | Close Session |
|---|
| Left hand side | dq |
| Right hand side | |
| Description | ToggleTerm btm |
|---|
| Left hand side | tt |
| Right hand side | |
| Description | Step Into (F11) |
|---|
| Left hand side | di |
| Right hand side | |
| Description | Toggle paste mode |
|---|
| Left hand side | up |
| 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 | Find all files |
|---|
| Left hand side | fF |
| Right hand side | |
| Description | Toggle background |
|---|
| Left hand side | ub |
| Right hand side | |
| Description | ToggleTerm vertical split |
|---|
| Left hand side | tv |
| Right hand side | <Cmd>ToggleTerm size=80 direction=vertical<CR> |
| Description | Previous buffer |
|---|
| Left hand side | bp |
| Right hand side | |
| Description | Toggle autocompletion |
|---|
| Left hand side | uc |
| Right hand side | |
| Description | Close all buffers to the right |
|---|
| Left hand side | br |
| Right hand side | |
| Description | Restart (C-F5) |
|---|
| Left hand side | dr |
| Right hand side | |
| Description | Toggle color highlight |
|---|
| Left hand side | uC |
| Right hand side | <Cmd>ColorizerToggle<CR> |
| Description | By relative path |
|---|
| Left hand side | bsr |
| Right hand side | |
| Description | By full path |
|---|
| Left hand side | bsp |
| Right hand side | |
| Description | By buffer number |
|---|
| Left hand side | bsi |
| Right hand side | |
| Description | By modification |
|---|
| Left hand side | bsm |
| Right hand side | |
| Description | Select buffer from tabline |
|---|
| Left hand side | bb |
| Right hand side | |
| Description | Close buffer from tabline |
|---|
| Left hand side | bd |
| Right hand side | |
| Description | Toggle statusline |
|---|
| Left hand side | ul |
| 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 | Toggle Breakpoint (F9) |
|---|
| Left hand side | db |
| Right hand side | |
| Description | Clear Breakpoints |
|---|
| Left hand side | dB |
| Right hand side | |
| Description | Home Screen |
|---|
| Left hand side | h |
| Right hand side | |
| Description | Start/Continue (F5) |
|---|
| Left hand side | dc |
| Right hand side | |
| Description | Toggle comment line |
|---|
| Left hand side | / |
| Right hand side | |
| Description | Conditional Breakpoint (S-F9) |
|---|
| Left hand side | dC |
| Right hand side | |
| Description | Toggle conceal |
|---|
| Left hand side | uS |
| Right hand side | |
| Description | Search symbols |
|---|
| Left hand side | ls |
| Right hand side | |
| Description | View Git blame |
|---|
| Left hand side | gl |
| Right hand side | |
| Description | Toggle spellcheck |
|---|
| Left hand side | us |
| Right hand side | |
| Description | View full Git blame |
|---|
| Left hand side | gL |
| Right hand side | |
| Description | Change line numbering |
|---|
| Left hand side | un |
| Right hand side | |
| Description | Preview Git hunk |
|---|
| Left hand side | gp |
| Right hand side | |
| Description | Toggle wrap |
|---|
| Left hand side | uw |
| Right hand side | |
| Description | Reset Git hunk |
|---|
| Left hand side | gh |
| Right hand side | |
| Description | Toggle syntax highlighting (buffer) |
|---|
| Left hand side | uy |
| Right hand side | |
| Description | Plugins Check Updates |
|---|
| Left hand side | pu |
| Right hand side | |
| Description | Stage Git hunk |
|---|
| Left hand side | gs |
| Right hand side | |
| Description | Toggle Notifications |
|---|
| Left hand side | uN |
| 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 | Save this session |
|---|
| Left hand side | Ss |
| Right hand side | <Cmd>SessionManager! save_current_session<CR> |
| Description | Toggle Explorer Focus |
|---|
| Left hand side | o |
| Right hand side | |
| Description | Toggle Debugger UI |
|---|
| Left hand side | du |
| Right hand side | |
| Description | Resume previous search |
|---|
| Left hand side | f<CR> |
| Right hand side | |
| Description | Evaluate Input |
|---|
| Left hand side | dE |
| Right hand side | |
| Description | Run To Cursor |
|---|
| Left hand side | ds |
| Right hand side | |
| Description | Toggle REPL |
|---|
| Left hand side | dR |
| Right hand side | |
| Description | Pause (F6) |
|---|
| Left hand side | dp |
| Right hand side | |
| Description | Terminate Session (S-F5) |
|---|
| Left hand side | dQ |
| Right hand side | |
| Description | Step Out (S-F11) |
|---|
| Left hand side | dO |
| Right hand side | |
| Description | Close all buffers to the left |
|---|
| Left hand side | bl |
| Right hand side | |
| Description | By extension |
|---|
| Left hand side | bse |
| Right hand side | |
| Description | ToggleTerm horizontal split |
|---|
| Left hand side | th |
| Right hand side | <Cmd>ToggleTerm size=10 direction=horizontal<CR> |
| Description | Reset Git buffer |
|---|
| Left hand side | gr |
| Right hand side | |
| Description | ToggleTerm float |
|---|
| Left hand side | tf |
| Right hand side | <Cmd>ToggleTerm direction=float<CR> |
| Description | ToggleTerm python |
|---|
| Left hand side | tp |
| Right hand side | |
| Description | Git commits (current file) |
|---|
| Left hand side | gC |
| Right hand side | |
| Description | Step Over (F10) |
|---|
| Left hand side | do |
| Right hand side | |
| Description | Find help |
|---|
| Left hand side | fh |
| Right hand side | |
| Description | ToggleTerm gdu |
|---|
| Left hand side | tu |
| Right hand side | |
| Description | ToggleTerm lazygit |
|---|
| Left hand side | gg |
| Right hand side | |
| Description | ToggleTerm node |
|---|
| Left hand side | tn |
| Right hand side | |
| Description | New tab |
|---|
| Left hand side | bn |
| Right hand side | <Cmd>tabnew<CR> |
| Description | Pick to close |
|---|
| Left hand side | bD |
| Right hand side | |
| Description | Load last session |
|---|
| Left hand side | Sl |
| Right hand side | <Cmd>SessionManager! load_last_session<CR> |
| Description | Toggle signcolumn |
|---|
| Left hand side | ug |
| Right hand side | |
| Description | Delete session |
|---|
| Left hand side | Sd |
| Right hand side | <Cmd>SessionManager! delete_session<CR> |
| Description | Change indent setting |
|---|
| Left hand side | ui |
| Right hand side | |
| Description | Search sessions |
|---|
| Left hand side | Sf |
| Right hand side | <Cmd>SessionManager! load_session<CR> |
| Description | Load current directory session |
|---|
| Left hand side | S. |
| Right hand side | <Cmd>SessionManager! load_current_dir_session<CR> |
| Description | Mason Installer |
|---|
| Left hand side | pm |
| Right hand side | <Cmd>Mason<CR> |
| Description | Mason Update |
|---|
| Left hand side | pM |
| Right hand side | <Cmd>MasonUpdateAll<CR> |
| Description | Symbols outline |
|---|
| Left hand side | lS |
| 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 status |
|---|
| Left hand side | gt |
| Right hand side | |
| Description | Quit |
|---|
| Left hand side | q |
| Right hand side | <Cmd>confirm q<CR> |
| Description | Find marks |
|---|
| Left hand side | f' |
| Right hand side | |
| Description | New File |
|---|
| Left hand side | n |
| Right hand side | <Cmd>enew<CR> |
| Description | Find words in current buffer |
|---|
| Left hand side | f/ |
| Right hand side | |
| Description | Find buffers |
|---|
| Left hand side | fb |
| Right hand side | |
| Description | Find word under cursor |
|---|
| Left hand side | fc |
| Right hand side | |
| Description | Find commands |
|---|
| Left hand side | fC |
| Right hand side | |
| Description | Find files |
|---|
| Left hand side | ff |
| Right hand side | |
| Description | Plugins Install |
|---|
| Left hand side | pi |
| Right hand side | |
| Description | Find keymaps |
|---|
| Left hand side | fk |
| Right hand side | |
| Description | Plugins Status |
|---|
| Left hand side | ps |
| Right hand side | |
| Description | Find man |
|---|
| Left hand side | fm |
| Right hand side | |
| Description | Plugins Sync |
|---|
| Left hand side | pS |
| Right hand side | |
| Description | Find notifications |
|---|
| Left hand side | fn |
| Right hand side | |
| Description | Find history |
|---|
| Left hand side | fo |
| Right hand side | |
| Description | Plugins Update |
|---|
| Left hand side | pU |
| Right hand side | |
| Description | Find registers |
|---|
| Left hand side | fr |
| Right hand side | |
| Description | Update Plugins and Mason Packages |
|---|
| Left hand side | pa |
| Right hand side | <Cmd>AstroUpdatePackages<CR> |
| Description | Debugger Hover |
|---|
| Left hand side | dh |
| Right hand side | |
| Description | Find words |
|---|
| Left hand side | fw |
| Right hand side | |
| Description | AstroNvim Update |
|---|
| Left hand side | pA |
| Right hand side | <Cmd>AstroUpdate<CR> |
| Description | Find words in all files |
|---|
| Left hand side | fW |
| Right hand side | |
| Description | AstroNvim Version |
|---|
| Left hand side | pv |
| Right hand side | <Cmd>AstroVersion<CR> |
| Description | AstroNvim Changelog |
|---|
| Left hand side | pl |
| Right hand side | <Cmd>AstroChangelog<CR> |
| Description | ToggleTerm lazygit |
|---|
| Left hand side | tl |
| Right hand side | |
| Description | |
|---|
| Left hand side | ge |
| Right hand side | <Plug>CamelCaseMotion_ge |
| Description | Toggle Explorer |
|---|
| Left hand side | e |
| Right hand side | <Cmd>Neotree toggle<CR> |
| Description | |
|---|
| Left hand side | b |
| Right hand side | <Plug>CamelCaseMotion_b |
| Description | Save |
|---|
| Left hand side | w |
| Right hand side | <Cmd>w<CR> |
| Description | Find AstroNvim config files |
|---|
| Left hand side | fa |
| Right hand side | |
| Description | Find themes |
|---|
| Left hand side | ft |
| Right hand side | |
| Description | Toggle Explorer |
|---|
| Left hand side | ue |
| Right hand side | |
| Description | Toggle diagnostics |
|---|
| Left hand side | ud |
| Right hand side | |
| Description | Go to Harpoon file 5 |
|---|
| Left hand side | h5 |
| Right hand side | |
| Description | Go to Harpoon file 4 |
|---|
| Left hand side | h4 |
| Right hand side | |
| Description | Go to Harpoon file 3 |
|---|
| Left hand side | h3 |
| Right hand side | |
| Description | Go to Harpoon file 2 |
|---|
| Left hand side | h2 |
| Right hand side | |
| Description | Go to Harpoon file 1 |
|---|
| Left hand side | h1 |
| Right hand side | |
| Description | Add file to Harpoon |
|---|
| Left hand side | ha |
| Right hand side | |
| Description | Toggle foldcolumn |
|---|
| Left hand side | uh |
| Right hand side | |
| Description | Toggle Harpoon |
|---|
| Left hand side | hh |
| Right hand side | |
| Description | Breadcrumb search |
|---|
| Left hand side | fs |
| Right hand side | |
| Description | Split/join block |
|---|
| Left hand side | m |
| Right hand side | |
| Description | Split/join block recursively |
|---|
| Left hand side | M |
| Right hand side | |
| Description | Command palette |
|---|
| Left hand side | P |
| Right hand side | |
| Description | Structural search and replace |
|---|
| Left hand side | sr |
| Right hand side | |
| Description | Toggle tabline |
|---|
| Left hand side | ut |
| Right hand side | |
| Description | Toggle trouble for document |
|---|
| Left hand side | fd |
| Right hand side | |
| Description | Toggle URL highlight |
|---|
| Left hand side | uu |
| Right hand side | |
| Description | Toggle autopairs |
|---|
| Left hand side | ua |
| Right hand side | |
| Description | Nvim builtin |
|---|
| Left hand side | & |
| Right hand side | :&&<CR> |
| Description | Move buffer tab left |
|---|
| Left hand side | <lt>b |
| Right hand side | |
| Description | Move buffer tab right |
|---|
| Left hand side | >b |
| Right hand side | |
| Description | Nvim builtin |
|---|
| Left hand side | Y |
| Right hand side | y$ |
| Description | Previous tab |
|---|
| Left hand side | [t |
| Right hand side | |
| Description | Previous buffer |
|---|
| Left hand side | [b |
| Right hand side | |
| Description | Previous Git hunk |
|---|
| Left hand side | [g |
| Right hand side | |
| Description | Previous Harpoon file |
|---|
| Left hand side | [h |
| Right hand side | |
| Description | Horizontal Split |
|---|
| Left hand side | \ |
| Right hand side | <Cmd>split<CR> |
| 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 | Next tab |
|---|
| Left hand side | ]t |
| Right hand side | |
| Description | Next Git hunk |
|---|
| Left hand side | ]g |
| Right hand side | |
| Description | Next buffer |
|---|
| Left hand side | ]b |
| Right hand side | |
| Description | Next Harpoon file |
|---|
| Left hand side | ]h |
| Right hand side | |
| Description | Open the file under cursor with system app |
|---|
| Left hand side | gx |
| Right hand side | |
| Description | Comment toggle linewise |
|---|
| Left hand side | gc |
| Right hand side | |
| Description | Comment toggle blockwise |
|---|
| Left hand side | gb |
| Right hand side | |
| Description | [keymap-amend.nvim] |
|---|
| Left hand side | h |
| 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 | [keymap-amend.nvim] |
|---|
| Left hand side | l |
| Right hand side | |
| Description | Peek fold |
|---|
| Left hand side | zp |
| Right hand side | |
| Description | Fold less |
|---|
| Left hand side | zr |
| Right hand side | |
| Description | Fold more |
|---|
| Left hand side | zm |
| Right hand side | |
| 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 | zb |
| Right hand side | <Cmd>lua require('neoscroll').zb(250)<CR> |
| Description | Close all folds |
|---|
| Left hand side | zM |
| Right hand side | |
| Description | Open all folds |
|---|
| Left hand side | zR |
| Right hand side | |
| Description | [keymap-amend.nvim] |
|---|
| Left hand side | zc |
| Right hand side | |
| Description | [keymap-amend.nvim] |
|---|
| Left hand side | zO |
| Right hand side | |
| Description | [keymap-amend.nvim] |
|---|
| Left hand side | zo |
| Right hand side | |
| Description | Vertical Split |
|---|
| Left hand side | | |
| Right hand side | <Cmd>vsplit<CR> |
| Description | Debugger: Start |
|---|
| Left hand side | <F5> |
| Right hand side | |
| Description | Debugger: Stop |
|---|
| Left hand side | <F17> |
| Right hand side | |
| Description | Debugger: Conditional Breakpoint |
|---|
| Left hand side | <F21> |
| Right hand side | |
| Description | Debugger: Restart |
|---|
| Left hand side | <F29> |
| Right hand side | |
| Description | Debugger: Pause |
|---|
| Left hand side | <F6> |
| Right hand side | |
| Description | Debugger: Toggle Breakpoint |
|---|
| Left hand side | <F9> |
| Right hand side | |
| Description | Debugger: Step Into |
|---|
| Left hand side | <F11> |
| Right hand side | |
| Description | Debugger: Step Out |
|---|
| Left hand side | <F23> |
| Right hand side | |
| Description | Debugger: Step Over |
|---|
| Left hand side | <F10> |
| Right hand side | |
| Description | Move to above split |
|---|
| Left hand side | <C-K> |
| Right hand side | |
| Description | Move to below split |
|---|
| Left hand side | <C-J> |
| Right hand side | |
| Description | Toggle terminal |
|---|
| Left hand side | <C-'> |
| Right hand side | <Cmd>ToggleTerm<CR> |
| Description | Toggle terminal |
|---|
| Left hand side | <F7> |
| Right hand side | <Cmd>ToggleTerm<CR> |
| Description | Move to left split |
|---|
| Left hand side | <C-H> |
| 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 | Force quit |
|---|
| Left hand side | <C-Q> |
| Right hand side | <Cmd>qa!<CR> |
| Description | Force write |
|---|
| Left hand side | <C-S> |
| Right hand side | <Cmd>w!<CR> |
| Description | Resize split down |
|---|
| Left hand side | <C-Down> |
| Right hand side | |
| Description | Resize split up |
|---|
| Left hand side | <C-Up> |
| Right hand side | |
| 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 | |
|---|
| Left hand side | <Plug>CamelCaseMotion_ge |
| Right hand side | :<C-U>call camelcasemotion#Motion('ge',v:count1,'n')<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_e |
| Right hand side | :<C-U>call camelcasemotion#Motion('e',v:count1,'n')<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_b |
| Right hand side | :<C-U>call camelcasemotion#Motion('b',v:count1,'n')<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_w |
| Right hand side | :<C-U>call camelcasemotion#Motion('w',v:count1,'n')<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-D> |
| 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-B> |
| 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-Y> |
| Right hand side | <Cmd>lua require('neoscroll').scroll(-0.10, false, 100)<CR> |
| Description | |
|---|
| Left hand side | <Plug>luasnip-expand-repeat |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>luasnip-delete-check |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>PlenaryTestFile |
| Right hand side | :lua require('plenary.test_harness').test_directory(vim.fn.expand("%:p"))<CR> |
| Description | 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 | Toggle comment for selection |
|---|
| Left hand side | / |
| Right hand side | <Esc><Cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<CR> |
| Description | |
|---|
| Left hand side | ge |
| Right hand side | <Plug>CamelCaseMotion_ge |
| Description | |
|---|
| Left hand side | e |
| Right hand side | <Plug>CamelCaseMotion_e |
| Description | |
|---|
| Left hand side | b |
| Right hand side | <Plug>CamelCaseMotion_b |
| Description | |
|---|
| Left hand side | w |
| Right hand side | <Plug>CamelCaseMotion_w |
| Description | Structural search and replace |
|---|
| Left hand side | sr |
| Right hand side | |
| Description | Nvim builtin |
|---|
| Left hand side | # |
| Right hand side | y?\V<C-R>"<CR> |
| Description | Nvim builtin |
|---|
| Left hand side | * |
| Right hand side | y/\V<C-R>"<CR> |
| Description | |
|---|
| Left hand side | @(targets) |
| Right hand side | :<C-U>call targets#do()<CR> |
| Description | |
|---|
| Left hand side | A |
| Right hand side | targets#e('o', 'A', 'A') |
| Description | |
|---|
| Left hand side | I |
| Right hand side | targets#e('o', 'I', 'I') |
| 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 | a |
| Right hand side | targets#e('o', 'a', 'a') |
| Description | Comment toggle linewise |
|---|
| Left hand side | gc |
| Right hand side | |
| Description | Comment toggle blockwise |
|---|
| Left hand side | gb |
| Right hand side | |
| Description | |
|---|
| Left hand side | i ge |
| Right hand side | <Plug>CamelCaseMotion_ige |
| Description | |
|---|
| Left hand side | i e |
| Right hand side | <Plug>CamelCaseMotion_ie |
| Description | |
|---|
| Left hand side | i b |
| Right hand side | <Plug>CamelCaseMotion_ib |
| Description | |
|---|
| Left hand side | i w |
| Right hand side | <Plug>CamelCaseMotion_iw |
| Description | |
|---|
| Left hand side | i |
| Right hand side | targets#e('o', 'i', 'i') |
| Description | |
|---|
| Left hand side | zb |
| Right hand side | <Cmd>lua require('neoscroll').zb(250)<CR> |
| Description | |
|---|
| Left hand side | zz |
| Right hand side | <Cmd>lua require('neoscroll').zz(250)<CR> |
| Description | |
|---|
| Left hand side | zt |
| Right hand side | <Cmd>lua require('neoscroll').zt(250)<CR> |
| Description | Unindent line |
|---|
| Left hand side | <S-Tab> |
| Right hand side | <lt>gv |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_ige |
| Right hand side | :<C-U>call camelcasemotion#InnerMotion('ge',v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_ie |
| Right hand side | :<C-U>call camelcasemotion#InnerMotion('e',v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_ib |
| Right hand side | :<C-U>call camelcasemotion#InnerMotion('b',v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_iw |
| Right hand side | :<C-U>call camelcasemotion#InnerMotion('w',v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_ge |
| Right hand side | :<C-U>call camelcasemotion#Motion('ge',v:count1,'v')<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_e |
| Right hand side | :<C-U>call camelcasemotion#Motion('e',v:count1,'v')<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_b |
| Right hand side | :<C-U>call camelcasemotion#Motion('b',v:count1,'v')<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_w |
| Right hand side | :<C-U>call camelcasemotion#Motion('w',v:count1,'v')<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-B> |
| 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 | <Plug>luasnip-expand-repeat |
| Right hand side | |
| 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>7_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>7_Visual('all') |
| Description | |
|---|
| Left hand side | <Plug>(VM-Visual-Find) |
| Right hand side | vm#operators#find(1, 1) |
Operator mode keymaps
| Description | |
|---|
| Left hand side | ge |
| Right hand side | <Plug>CamelCaseMotion_ge |
| Description | |
|---|
| Left hand side | e |
| Right hand side | <Plug>CamelCaseMotion_e |
| Description | |
|---|
| Left hand side | b |
| Right hand side | <Plug>CamelCaseMotion_b |
| Description | |
|---|
| Left hand side | w |
| Right hand side | <Plug>CamelCaseMotion_w |
| Description | |
|---|
| Left hand side | @(targets) |
| Right hand side | :<C-U>call targets#do()<CR> |
| Description | |
|---|
| Left hand side | A |
| Right hand side | targets#e('o', 'A', 'A') |
| Description | |
|---|
| Left hand side | I |
| Right hand side | targets#e('o', 'I', 'I') |
| Description | |
|---|
| Left hand side | a |
| Right hand side | targets#e('o', 'a', 'a') |
| Description | |
|---|
| Left hand side | i ge |
| Right hand side | <Plug>CamelCaseMotion_ige |
| Description | |
|---|
| Left hand side | i e |
| Right hand side | <Plug>CamelCaseMotion_ie |
| Description | |
|---|
| Left hand side | i b |
| Right hand side | <Plug>CamelCaseMotion_ib |
| Description | |
|---|
| Left hand side | i w |
| Right hand side | <Plug>CamelCaseMotion_iw |
| Description | |
|---|
| Left hand side | i |
| Right hand side | targets#e('o', 'i', 'i') |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_ige |
| Right hand side | :<C-U>call camelcasemotion#InnerMotion('ge',v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_ie |
| Right hand side | :<C-U>call camelcasemotion#InnerMotion('e',v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_ib |
| Right hand side | :<C-U>call camelcasemotion#InnerMotion('b',v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_iw |
| Right hand side | :<C-U>call camelcasemotion#InnerMotion('w',v:count1)<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_ge |
| Right hand side | :<C-U>call camelcasemotion#Motion('ge',v:count1,'o')<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_e |
| Right hand side | :<C-U>call camelcasemotion#Motion('e',v:count1,'o')<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_b |
| Right hand side | :<C-U>call camelcasemotion#Motion('b',v:count1,'o')<CR> |
| Description | |
|---|
| Left hand side | <Plug>CamelCaseMotion_w |
| Right hand side | :<C-U>call camelcasemotion#Motion('w',v:count1,'o')<CR> |
| Description | |
|---|
| Left hand side | <Plug>luasnip-expand-repeat |
| Right hand side | |