Ahsan Neovim Configuration Information
Personal Neovim configuration of Ahsan Habib
- Install and initialize:
lazyman -w Ahsan
- Configuration category: Personal
- Base configuration: Custom
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-Ahsan
Git repository
https://github.com/bibjaw99/workstation
Lazy managed plugins
- numToStr/Comment.nvim
- L3MON4D3/LuaSnip
- goolord/alpha-nvim
- akinsho/bufferline.nvim
- hrsh7th/cmp-buffer
- hrsh7th/cmp-cmdline
- hrsh7th/cmp-nvim-lsp
- hrsh7th/cmp-path
- saadparwaiz1/cmp_luasnip
- mattn/emmet-vim
- rafamadriz/friendly-snippets
- lewis6991/gitsigns.nvim
- ellisonleao/gruvbox.nvim
- sainnhe/gruvbox-material
- lukas-reineke/indent-blankline.nvim
- folke/lazy.nvim
- kdheepak/lazygit.nvim
- derektata/lorem.nvim
- onsails/lspkind-nvim
- glepnir/lspsaga.nvim
- nvim-lualine/lualine.nvim
- williamboman/mason-lspconfig.nvim
- jayp0521/mason-null-ls.nvim
- jay-babu/mason-nvim-dap.nvim
- WhoIsSethDaniel/mason-tool-installer.nvim
- jay-babu/mason-nvim-dap.nvim
- jayp0521/mason-null-ls.nvim
- windwp/nvim-autopairs
- hrsh7th/nvim-cmp
- norcalli/nvim-colorizer.lua
- jay-babu/mason-nvim-dap.nvim
- neovim/nvim-lspconfig
- rcarriga/nvim-notify
- kyazdani42/nvim-tree.lua
- nvim-treesitter/nvim-treesitter
- windwp/nvim-ts-autotag
- JoosepAlviste/nvim-ts-context-commentstring
- kyazdani42/nvim-web-devicons
- nvim-lua/plenary.nvim
- hiphish/rainbow-delimiters.nvim
- mechatroner/rainbow_csv
- preservim/tagbar
- nvim-telescope/telescope.nvim
- akinsho/toggleterm.nvim
- xiyaowong/transparent.nvim
- folke/which-key.nvim
Ahsan Keymaps
Normal mode keymaps
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 | 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 | gx |
Right hand side | <Plug>NetrwBrowseX |
Description | |
---|---|
Left hand side | g% |
Right hand side | <Plug>(MatchitNormalBackward) |
Description | |
---|---|
Left hand side | kj |
Right hand side | <Esc> |
Description | Toggle Terminal |
---|---|
Left hand side | <C-Bslash> |
Right hand side | <Cmd>execute v:count . "ToggleTerm"<CR> |
Description | |
---|---|
Left hand side | <C-S> |
Right hand side | "+P |
Description | |
---|---|
Left hand side | <M-p> |
Right hand side | :BufferLineCyclePrev<CR> |
Description | |
---|---|
Left hand side | <M-n> |
Right hand side | :BufferLineCycleNext<CR> |
Description | |
---|---|
Left hand side | <C-K> |
Right hand side | <C-W>k |
Description | |
---|---|
Left hand side | <C-J> |
Right hand side | <C-W>j |
Description | |
---|---|
Left hand side | <C-H> |
Right hand side | <C-W>h |
Description | |
---|---|
Left hand side | <Plug>NetrwBrowseX |
Right hand side | :call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX()))<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitNormalMultiForward) |
Right hand side | :<C-U>call matchit#MultiMatch("W", "n")<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitNormalMultiBackward) |
Right hand side | :<C-U>call matchit#MultiMatch("bW", "n")<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitNormalBackward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',0,'n')<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitNormalForward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',1,'n')<CR> |
Description | |
---|---|
Left hand side | <Plug>PlenaryTestFile |
Right hand side | :lua require('plenary.test_harness').test_directory(vim.fn.expand("%:p"))<CR> |
Description | |
---|---|
Left hand side | <Plug>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 | <C-Y>m |
Right hand side | <Plug>(emmet-merge-lines) |
Description | |
---|---|
Left hand side | <Plug>(emmet-merge-lines) |
Right hand side | :call emmet#mergeLines()<CR> |
Description | |
---|---|
Left hand side | <C-Y>A |
Right hand side | <Plug>(emmet-anchorize-summary) |
Description | |
---|---|
Left hand side | <Plug>(emmet-anchorize-summary) |
Right hand side | :call emmet#anchorizeURL(1)<CR> |
Description | |
---|---|
Left hand side | <C-Y>a |
Right hand side | <Plug>(emmet-anchorize-url) |
Description | |
---|---|
Left hand side | <Plug>(emmet-anchorize-url) |
Right hand side | :call emmet#anchorizeURL(0)<CR> |
Description | |
---|---|
Left hand side | <C-Y>k |
Right hand side | <Plug>(emmet-remove-tag) |
Description | |
---|---|
Left hand side | <Plug>(emmet-remove-tag) |
Right hand side | :call emmet#removeTag()<CR> |
Description | |
---|---|
Left hand side | <C-Y>j |
Right hand side | <Plug>(emmet-split-join-tag) |
Description | |
---|---|
Left hand side | <Plug>(emmet-split-join-tag) |
Right hand side | :call emmet#splitJoinTag()<CR> |
Description | |
---|---|
Left hand side | <C-Y>/ |
Right hand side | <Plug>(emmet-toggle-comment) |
Description | |
---|---|
Left hand side | <Plug>(emmet-toggle-comment) |
Right hand side | :call emmet#toggleComment()<CR> |
Description | |
---|---|
Left hand side | <C-Y>I |
Right hand side | <Plug>(emmet-image-encode) |
Description | |
---|---|
Left hand side | <Plug>(emmet-image-encode) |
Right hand side | :call emmet#imageEncode()<CR> |
Description | |
---|---|
Left hand side | <C-Y>i |
Right hand side | <Plug>(emmet-image-size) |
Description | |
---|---|
Left hand side | <Plug>(emmet-image-size) |
Right hand side | :call emmet#imageSize()<CR> |
Description | |
---|---|
Left hand side | <Plug>(emmet-move-prev-item) |
Right hand side | :call emmet#moveNextPrevItem(1)<CR> |
Description | |
---|---|
Left hand side | <Plug>(emmet-move-next-item) |
Right hand side | :call emmet#moveNextPrevItem(0)<CR> |
Description | |
---|---|
Left hand side | <C-Y>N |
Right hand side | <Plug>(emmet-move-prev) |
Description | |
---|---|
Left hand side | <Plug>(emmet-move-prev) |
Right hand side | :call emmet#moveNextPrev(1)<CR> |
Description | |
---|---|
Left hand side | <C-Y>n |
Right hand side | <Plug>(emmet-move-next) |
Description | |
---|---|
Left hand side | <Plug>(emmet-move-next) |
Right hand side | :call emmet#moveNextPrev(0)<CR> |
Description | |
---|---|
Left hand side | <C-Y>D |
Right hand side | <Plug>(emmet-balance-tag-outword) |
Description | |
---|---|
Left hand side | <Plug>(emmet-balance-tag-outword) |
Right hand side | :call emmet#balanceTag(-1)<CR> |
Description | |
---|---|
Left hand side | <C-Y>d |
Right hand side | <Plug>(emmet-balance-tag-inward) |
Description | |
---|---|
Left hand side | <Plug>(emmet-balance-tag-inward) |
Right hand side | :call emmet#balanceTag(1)<CR> |
Description | |
---|---|
Left hand side | <C-Y>u |
Right hand side | <Plug>(emmet-update-tag) |
Description | |
---|---|
Left hand side | <Plug>(emmet-update-tag) |
Right hand side | :call emmet#updateTag()<CR> |
Description | |
---|---|
Left hand side | <C-Y>; |
Right hand side | <Plug>(emmet-expand-word) |
Description | |
---|---|
Left hand side | <Plug>(emmet-expand-word) |
Right hand side | :call emmet#expandAbbr(1,"")<CR> |
Description | |
---|---|
Left hand side | <C-Y>, |
Right hand side | <Plug>(emmet-expand-abbr) |
Description | |
---|---|
Left hand side | <Plug>(emmet-expand-abbr) |
Right hand side | :call emmet#expandAbbr(3,"")<CR> |
Description | |
---|---|
Left hand side | <C-L> |
Right hand side | <C-W>l |
Visual mode keymaps
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 | <lt> |
Right hand side | <lt>gv |
Description | |
---|---|
Left hand side | > |
Right hand side | >gv |
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 | Comment toggle blockwise (visual) |
---|---|
Left hand side | gb |
Right hand side | <Plug>(comment_toggle_blockwise_visual) |
Description | Comment toggle linewise (visual) |
---|---|
Left hand side | gc |
Right hand side | <Plug>(comment_toggle_linewise_visual) |
Description | |
---|---|
Left hand side | gx |
Right hand side | <Plug>NetrwBrowseXVis |
Description | |
---|---|
Left hand side | g% |
Right hand side | <Plug>(MatchitVisualBackward) |
Description | |
---|---|
Left hand side | kj |
Right hand side | <Esc> |
Description | |
---|---|
Left hand side | <C-C> |
Right hand side | "+y |
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 | |
---|---|
Left hand side | <C-Y>c |
Right hand side | <Plug>(emmet-code-pretty) |
Description | |
---|---|
Left hand side | <Plug>(emmet-code-pretty) |
Right hand side | :call emmet#codePretty()<CR> |
Description | |
---|---|
Left hand side | <C-Y>D |
Right hand side | <Plug>(emmet-balance-tag-outword) |
Description | |
---|---|
Left hand side | <Plug>(emmet-balance-tag-outword) |
Right hand side | <Esc>:call emmet#balanceTag(-1)<CR> |
Description | |
---|---|
Left hand side | <C-Y>d |
Right hand side | <Plug>(emmet-balance-tag-inward) |
Description | |
---|---|
Left hand side | <Plug>(emmet-balance-tag-inward) |
Right hand side | <Esc>:call emmet#balanceTag(1)<CR> |
Description | |
---|---|
Left hand side | <C-Y>, |
Right hand side | <Plug>(emmet-expand-abbr) |
Description | |
---|---|
Left hand side | <Plug>(emmet-expand-abbr) |
Right hand side | :call emmet#expandAbbr(2,"")<CR> |
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> |
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 |