Metis Neovim Configuration Information
Neovim config by the creator of ‘MetisLinux’ and ‘Ewm’
- Install and initialize:
lazyman -w Metis
- Configuration category: Personal
- Base configuration: Custom
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-Metis
Git repository
https://github.com/metis-os/pwnvim
Lazy managed plugins
- L3MON4D3/LuaSnip
- utilyre/barbecue.nvim
- j-morano/buffer_manager.nvim
- catppuccin/nvim
- hrsh7th/cmp-buffer
- hrsh7th/cmp-nvim-lsp
- folke/lazy.nvim
- neovim/nvim-lspconfig
- jay-babu/mason-nvim-dap.nvim
- echasnovski/mini.comment
- folke/noice.nvim
- MunifTanjim/nui.nvim
- jayp0521/mason-null-ls.nvim
- hrsh7th/nvim-cmp
- SmiteshP/nvim-navic
- rcarriga/nvim-notify
- kyazdani42/nvim-tree.lua
- kyazdani42/nvim-web-devicons
- NvChad/nvterm
- nvim-lua/plenary.nvim
- utilyre/sentiment.nvim
- artart222/telescope_find_directories
- nvim-treesitter/nvim-treesitter
Metis Keymaps
Normal mode keymaps
Description | |
---|---|
Left hand side | <Tab> |
Right hand side |
Description | |
---|---|
Left hand side | ls |
Right hand side | :LspStart<CR> |
Description | |
---|---|
Left hand side | lr |
Right hand side | :LspRestart<CR> |
Description | |
---|---|
Left hand side | lp |
Right hand side | :LspInfo<CR> |
Description | |
---|---|
Left hand side | x |
Right hand side | <C-W>c |
Description | |
---|---|
Left hand side | h |
Right hand side | :nohlsearch<CR> |
Description | |
---|---|
Left hand side | pd |
Right hand side |
Description | |
---|---|
Left hand side | pp |
Right hand side |
Description | |
---|---|
Left hand side | pr |
Right hand side |
Description | |
---|---|
Left hand side | pl |
Right hand side |
Description | |
---|---|
Left hand side | pc |
Right hand side |
Description | |
---|---|
Left hand side | px |
Right hand side |
Description | |
---|---|
Left hand side | ps |
Right hand side |
Description | |
---|---|
Left hand side | pu |
Right hand side |
Description | |
---|---|
Left hand side | pi |
Right hand side |
Description | |
---|---|
Left hand side | ph |
Right hand side |
Description | |
---|---|
Left hand side | d |
Right hand side |
Description | |
---|---|
Left hand side | e |
Right hand side |
Description | |
---|---|
Left hand side | b |
Right hand side |
Description | |
---|---|
Left hand side | ft |
Right hand side |
Description | |
---|---|
Left hand side | fr |
Right hand side |
Description | |
---|---|
Left hand side | fw |
Right hand side |
Description | |
---|---|
Left hand side | ff |
Right hand side |
Description | Nvim builtin |
---|---|
Left hand side | & |
Right hand side | :&&<CR> |
Description | |
---|---|
Left hand side | J |
Right hand side | jzz |
Description | |
---|---|
Left hand side | K |
Right hand side | kzz |
Description | Nvim builtin |
---|---|
Left hand side | Y |
Right hand side | y$ |
Description | |
---|---|
Left hand side | [d |
Right hand side |
Description | |
---|---|
Left hand side | ]d |
Right hand side |
Description | |
---|---|
Left hand side | <C-Q> |
Right hand side | :bd!<CR> |
Description | |
---|---|
Left hand side | <C-S> |
Right hand side | :w <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 | <S-Tab> |
Right hand side |
Description | |
---|---|
Left hand side | <M-H> |
Right hand side |
Description | |
---|---|
Left hand side | <M-h> |
Right hand side |
Description | |
---|---|
Left hand side | <M-t> |
Right hand side |
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 | Nvim builtin |
---|---|
Left hand side | * |
Right hand side | y/\V<C-R>"<CR> |
Description | |
---|---|
Left hand side | J |
Right hand side | :m '>+1<CR>gv=gv |
Description | |
---|---|
Left hand side | K |
Right hand side | :m '<lt>-2<CR>gv=gv |
Description | |
---|---|
Left hand side | p |
Right hand side | _dP |