HardHacker Neovim Configuration Information
A theme-driven modern Neovim configuration
- Install and initialize:
lazyman -x HardHacker
- Configuration category: Starter
- Base configuration: Custom
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-HardHacker
Git repository
https://github.com/hardhackerlabs/oh-my-nvim
Lazy managed plugins
- L3MON4D3/LuaSnip
- stevearc/aerial.nvim
- goolord/alpha-nvim
- utilyre/barbecue.nvim
- famiu/bufdelete.nvim
- akinsho/bufferline.nvim
- hrsh7th/cmp-buffer
- hrsh7th/cmp-cmdline
- hrsh7th/cmp-nvim-lsp
- hrsh7th/cmp-path
- sindrets/diffview.nvim
- stevearc/dressing.nvim
- lewis6991/gitsigns.nvim
- nmac427/guess-indent.nvim
- hardhackerlabs/theme-vim
- folke/lazy.nvim
- onsails/lspkind-nvim
- nvim-lualine/lualine.nvim
- williamboman/mason-lspconfig.nvim
- jayp0521/mason-null-ls.nvim
- jay-babu/mason-nvim-dap.nvim
- nvim-neo-tree/neo-tree.nvim
- Shatur/neovim-session-manager
- folke/noice.nvim
- MunifTanjim/nui.nvim
- jayp0521/mason-null-ls.nvim
- windwp/nvim-autopairs
- hrsh7th/nvim-cmp
- norcalli/nvim-colorizer.lua
- neovim/nvim-lspconfig
- SmiteshP/nvim-navic
- rcarriga/nvim-notify
- nvim-treesitter/nvim-treesitter
- windwp/nvim-ts-autotag
- kyazdani42/nvim-web-devicons
- nvim-lua/plenary.nvim
- nvim-lua/popup.nvim
- simrat39/rust-tools.nvim
- rust-lang/rust.vim
- mrjones2014/smart-splits.nvim
- nvim-telescope/telescope.nvim
- folke/todo-comments.nvim
- akinsho/toggleterm.nvim
- folke/tokyonight.nvim
- folke/twilight.nvim
- folke/zen-mode.nvim
HardHacker Keymaps
Normal mode keymaps
Description | |
---|---|
Left hand side | <Esc> |
Right hand side | :nohlsearch<CR>:echo<CR> |
Description | |
---|---|
Left hand side | ss |
Right hand side | :SessionManager load_session<CR> |
Description | |
---|---|
Left hand side | dc |
Right hand side | :DiffviewClose<CR> |
Description | |
---|---|
Left hand side | df |
Right hand side | :DiffviewOpen<CR> |
Description | |
---|---|
Left hand side | tt |
Right hand side | :BufferLinePick<CR> |
Description | |
---|---|
Left hand side | bb |
Right hand side |
Description | |
---|---|
Left hand side | cc |
Right hand side |
Description | |
---|---|
Left hand side | gg |
Right hand side |
Description | |
---|---|
Left hand side | ff |
Right hand side |
Description | |
---|---|
Left hand side | q |
Right hand side |
Description | |
---|---|
Left hand side | e |
Right hand side |
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 | [d |
Right hand side |
Description | |
---|---|
Left hand side | ]% |
Right hand side | <Plug>(MatchitNormalMultiForward) |
Description | |
---|---|
Left hand side | ]d |
Right hand side |
Description | |
---|---|
Left hand side | gx |
Right hand side | <Plug>NetrwBrowseX |
Description | |
---|---|
Left hand side | g% |
Right hand side | <Plug>(MatchitNormalBackward) |
Description | |
---|---|
Left hand side | <M-b> |
Right hand side | :lua _bottom_term_toggle()<CR> |
Description | |
---|---|
Left hand side | <M-u> |
Right hand side | :lua _float_term_toggle()<CR> |
Description | |
---|---|
Left hand side | <F7> |
Right hand side | :AerialToggle! right<CR> |
Description | |
---|---|
Left hand side | <F8> |
Right hand side | :Neotree position=float source=git_status action=show toggle=true<CR> |
Description | |
---|---|
Left hand side | <F9> |
Right hand side | :Neotree position=left source=filesystem action=show toggle=true<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>luasnip-expand-repeat |
Right hand side |
Description | |
---|---|
Left hand side | <Plug>luasnip-delete-check |
Right hand side |
Description | |
---|---|
Left hand side | <M-C-L> |
Right hand side |
Description | |
---|---|
Left hand side | <M-C-K> |
Right hand side |
Description | |
---|---|
Left hand side | <M-C-J> |
Right hand side |
Description | |
---|---|
Left hand side | <M-C-H> |
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 | <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 | [% |
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>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 |
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 |