Skip to content

DjejDjej/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my nvim config

Theme

  • catppuccin/nvim

Plugins

  • lazy.nvim
  • oil.nvim
  • nvim-treesitter
  • lualine.nvim
  • alpha-nvim
  • telescope.nvim
  • which-key.nvim
  • nvim-colorizer.lua
  • presence.nvim
  • nvim-surround
  • dressing.nvim
  • Comment.nvim
  • symbols-outline.nvim
  • lsp_signature.nvim
  • noice.nvim
  • markdown
  • harpoon.nvim

Keybinds

Note: The <leader> key is set to Space.

Normal Mode

  • d – Delete without yank (normal)
  • c – Change without yank (normal)
  • x – Cut without yank (normal)
  • s – Substitute without yank (normal)
  • <C-u> – Scroll up and center
  • <C-d> – Scroll down and center
  • n – Next search result centered
  • N – Previous search result centered
  • <leader>C – Clear search highlights
  • <leader>ff – Find files (Telescope)
  • <leader>fg – Live grep (Telescope)
  • <leader>sf – Set filetype to sh
  • <leader>x – Open diagnostics float
  • <leader>sS – Toggle Symbols Outline
  • <C-1> to <C-9> – Navigate to Harpoon file 1 through 9
  • <leader>ha – Add file to Harpoon
  • <leader>hm – Toggle Harpoon menu
  • <leader>hg – Show Harpoon marks (Telescope)
  • <leader>l – Format document (LSP)
  • <leader>e – Open Oil file explorer

Visual Mode

  • d – Delete without yank (visual)
  • c – Change without yank (visual)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages