Custom Neovim configuration designed to be light and fast. LSP, Treesitter & Code Completion all work out of the box and auto install when you open a file type that doesn’t have code completion for it yet.
- Install and initialize:
lazyman -m - Configuration category: Base
- Base configuration: Custom
- Plugin manager: Packer
- Installation location:
~/.config/nvim-MagicVim
Git repository
https://gitlab.com/GitMaster210/magicvim
Packer managed plugins
MagicVim Keymaps
Normal mode keymaps
| Description | Take Action |
|---|
| Left hand side | la |
| Right hand side | <Cmd>lua vim.lsp.buf.code_action()<CR> |
| Description | Update Mason(LSP) |
|---|
| Left hand side | lu |
| Right hand side | <Cmd>MasonUpdate<CR> |
| Description | Open Mason |
|---|
| Left hand side | lm |
| Right hand side | <Cmd>Mason<CR> |
| Description | Previous Diagnostic |
|---|
| Left hand side | lp |
| Right hand side | <Cmd>lua vim.diagnostic.goto_prev()<CR> |
| Description | Next Diagnostic |
|---|
| Left hand side | ln |
| Right hand side | <Cmd>lua vim.diagnostic.goto_next()<CR> |
| Description | Diagnostics |
|---|
| Left hand side | lh |
| Right hand side | <Cmd>lua vim.diagnostic.open_float()<CR> |
| Description | Jump to Definition |
|---|
| Left hand side | ld |
| Right hand side | <Cmd>lua vim.lsp.buf.definition()<CR> |
| Description | Rename Buffer |
|---|
| Left hand side | lr |
| Right hand side | <Cmd>lua vim.lsp.buf.rename()<CR> |
| Description | List Plugins |
|---|
| Left hand side | Pl |
| Right hand side | <Cmd>PackerStatus<CR> |
| Description | Clean Up |
|---|
| Left hand side | Pc |
| Right hand side | <Cmd>PackerClean<CR> |
| Description | Update Plugins |
|---|
| Left hand side | Pu |
| Right hand side | <Cmd>PackerSync<CR> |
| Description | Install Plugin |
|---|
| Left hand side | Pi |
| Right hand side | <Cmd>PackerInstall<CR> |
| Description | Search Help Pages |
|---|
| Left hand side | th |
| Right hand side | <Cmd>Telescope help_tags<CR> |
| Description | Clear Yank History |
|---|
| Left hand side | tY |
| Right hand side | <Cmd>YankyClearHistory<CR> |
| Description | Change Colorscheme |
|---|
| Left hand side | tc |
| Right hand side | <Cmd>Telescope colorscheme<CR> |
| Description | Find Man Pages |
|---|
| Left hand side | tm |
| Right hand side | <Cmd>Telescope man_pages<CR> |
| Description | Open Buffers |
|---|
| Left hand side | tb |
| Right hand side | <Cmd>Telescope buffers<CR> |
| Description | Spelling |
|---|
| Left hand side | ts |
| Right hand side | <Cmd>Telescope spell_suggest<CR> |
| Description | Diagnostics |
|---|
| Left hand side | td |
| Right hand side | <Cmd>Telescope diagnostics<CR> |
| Description | Live Grep |
|---|
| Left hand side | tg |
| Right hand side | <Cmd>Telescope live_grep<CR> |
| Description | Find File |
|---|
| Left hand side | tf |
| Right hand side | <Cmd>Telescope find_files<CR> |
| Description | Select ALL |
|---|
| Left hand side | a |
| Right hand side | ggVG |
| Description | Close Window |
|---|
| Left hand side | X |
| Right hand side | <C-W>c<CR> |
| Description | Paste |
|---|
| Left hand side | p |
| Right hand side | "+p<CR> |
| Description | Copy |
|---|
| Left hand side | c |
| Right hand side | "+y<CR> |
| Description | |
|---|
| Left hand side | g |
| Right hand side | <Cmd>lua _lazygit_toggle()<CR> |
| Description | Comment Out THIS Line |
|---|
| Left hand side | ' |
| Right hand side | <Plug>(comment_toggle_linewise_current) |
| Description | Yank List |
|---|
| Left hand side | y |
| Right hand side | <Cmd>Telescope yank_history<CR> |
| Description | Search Key Maps |
|---|
| Left hand side | k |
| Right hand side | <Cmd>Legendary<CR> |
| Description | Hop to a Word |
|---|
| Left hand side | h |
| Right hand side | <Cmd>HopWord<CR> |
| Description | Write with Sudo |
|---|
| Left hand side | S |
| Right hand side | <Cmd>SudaWrite<CR> |
| Description | Search |
|---|
| Left hand side | / |
| Right hand side | <Cmd>Telescope current_buffer_fuzzy_find<CR> |
| Description | Show Colors in THIS File |
|---|
| Left hand side | C |
| Right hand side | <Cmd>ColorizerToggle<CR> |
| Description | Make THIS File Executable |
|---|
| Left hand side | E |
| Right hand side | <Cmd>!chmod +x %<CR> |
| Description | Open Nvim-Tree |
|---|
| Left hand side | F |
| Right hand side | <Cmd>NvimTreeFindFileToggle<CR> |
| Description | Floating Terminal |
|---|
| Left hand side | T |
| Right hand side | <Cmd>ToggleTerm direction=float<CR> |
| Description | Source THIS File |
|---|
| Left hand side | s |
| Right hand side | <Cmd>so%<CR> |
| Description | Open Undo Tree |
|---|
| Left hand side | u |
| Right hand side | <Cmd>UndotreeToggle<CR> |
| Description | Open Ranger |
|---|
| Left hand side | f |
| Right hand side | <Cmd>RnvimrToggle<CR> |
| Description | Open Recent Files |
|---|
| Left hand side | r |
| Right hand side | <Cmd>Telescope oldfiles<CR> |
| Description | Save & Quit |
|---|
| Left hand side | x |
| Right hand side | <Cmd>wq<CR> |
| Description | Quit |
|---|
| Left hand side | q |
| Right hand side | <Cmd>q!<CR> |
| Description | Write |
|---|
| Left hand side | w |
| Right hand side | <Cmd>w<CR> |
| Description | |
|---|
| Left hand side | % |
| Right hand side | <Plug>(MatchitNormalForward) |
| Description | Nvim builtin |
|---|
| Left hand side | & |
| Right hand side | :&&<CR> |
| Description | Nvim builtin |
|---|
| Left hand side | Y |
| Right hand side | y$ |
| Description | |
|---|
| Left hand side | [% |
| Right hand side | <Plug>(MatchitNormalMultiBackward) |
| Description | |
|---|
| Left hand side | ]% |
| Right hand side | <Plug>(MatchitNormalMultiForward) |
| Description | |
|---|
| Left hand side | gx |
| Right hand side | <Plug>NetrwBrowseX |
| Description | |
|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitNormalBackward) |
| Description | Toggle Terminal |
|---|
| Left hand side | <C-Q> |
| Right hand side | <Cmd>execute v:count . "ToggleTerm"<CR> |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-20) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-20) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-19) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-19) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-18) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-18) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-17) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-17) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-16) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-16) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-15) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-15) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-14) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-14) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-13) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-13) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-12) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-12) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-11) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-11) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-10) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-10) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-9) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-9) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-8) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-8) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-7) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-7) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-6) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-6) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-5) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-5) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-4) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-4) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-3) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-3) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-2) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-2) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-1) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-1) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-pick-close) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-pick-focus) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-next) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-focus-prev) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-next) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(cokeline-switch-prev) |
| 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>(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>(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>(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>(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>(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>(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>(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>(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>(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>(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>(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 | |
| Description | |
|---|
| Left hand side | <Plug>(YankyCycleBackward) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(YankyCycleForward) |
| 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 | |
|---|
| Left hand side | <Plug>(fzf-normal) |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>(fzf-insert) |
| Right hand side | i |
| Description | |
|---|
| Left hand side | <Plug>luasnip-expand-repeat |
| Right hand side | |
| Description | |
|---|
| Left hand side | <Plug>luasnip-delete-check |
| Right hand side | |
| 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>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 | <M-o> |
| Right hand side | :RnvimrToggle<CR> |
| Description | |
|---|
| Left hand side | <C-D> |
| Right hand side | <Cmd>bdelete<CR> |
| Description | |
|---|
| Left hand side | <S-Left> |
| Right hand side | <Cmd>bp<CR> |
| Description | |
|---|
| Left hand side | <S-Right> |
| Right hand side | <Cmd>bn<CR> |
| Description | |
|---|
| Left hand side | <M-Right> |
| Right hand side | w |
| Description | |
|---|
| Left hand side | <M-Left> |
| Right hand side | b |
| Description | |
|---|
| Left hand side | <C-Down> |
| Right hand side | G |
| Description | |
|---|
| Left hand side | <C-Up> |
| Right hand side | gg |
| Description | |
|---|
| Left hand side | <C-Left> |
| Right hand side | ^ |
| Description | |
|---|
| Left hand side | <C-Right> |
| Right hand side | $ |
| Description | Nvim builtin |
|---|
| Left hand side | <C-L> |
| Right hand side | <Cmd>nohlsearch|diffupdate|normal! <C-L><CR> |
Visual mode keymaps
| Description | Copy |
|---|
| Left hand side | c |
| Right hand side | "+y<CR> |
| Description | Add Text to End of Selected Lines |
|---|
| Left hand side | a |
| Right hand side | :norm A |
| Description | Add Text to Start of Selected Lines |
|---|
| Left hand side | i |
| Right hand side | :norm I |
| Description | Comment Out Selected Lines |
|---|
| Left hand side | ' |
| Right hand side | <Plug>(comment_toggle_linewise_visual) |
| Description | Nvim builtin |
|---|
| Left hand side | # |
| Right hand side | y?\V<C-R>"<CR> |
| Description | |
|---|
| Left hand side | % |
| Right hand side | <Plug>(MatchitVisualForward) |
| Description | Nvim builtin |
|---|
| Left hand side | * |
| Right hand side | y/\V<C-R>"<CR> |
| Description | |
|---|
| Left hand side | [% |
| Right hand side | <Plug>(MatchitVisualMultiBackward) |
| Description | |
|---|
| Left hand side | ]% |
| Right hand side | <Plug>(MatchitVisualMultiForward) |
| Description | |
|---|
| Left hand side | a% |
| Right hand side | <Plug>(MatchitVisualTextObject) |
| Description | |
|---|
| Left hand side | gx |
| Right hand side | <Plug>NetrwBrowseXVis |
| Description | |
|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitVisualBackward) |
| 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>(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>(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>(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>(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>(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 | <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 | <M-Down> |
| Right hand side | :move '>+1<CR>gv-gv |
| Description | |
|---|
| Left hand side | <M-Up> |
| Right hand side | :move '<lt>-2<CR>gv-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>luasnip-expand-repeat |
| 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> |