Skip to content

Bram3/Neovim-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Keybinds

Null-LS

Keybind Action
Space + o Format file

Nvimtree

Keybind Action
Space + e Toggle Nvimtree

Commenting

Keybind Action
gcc Comment line
gc Comment selection

CMP

Keybind Action
Ctrl + k Previous item
Ctrl + j Next item
Ctrl + Space Open completion menu
Ctrl + e Close completion menu

LSP

Keybind Action
gD Jumps to the declaration of the symbol under the cursor.
gd Jumps to the definition of the symbol under the cursor.
Shift + k Displays hover information about the symbol under the cursor in a floating window. Calling the function twice will jump
gi Lists all the implementations for the symbol under the cursor in the quickfix window.
Ctrl + k Displays signature information about the symbol under the cursor in a floating window.
gr Lists all the references to the symbol under the cursor in the quickfix window.
Space + ca Selects a code action available at the current cursor position.
Space + rn Renames all references to the symbol under the cursor.
[d Move to the previous diagnostic in the current buffer.
d] Move to the next diagnostic in the current buffer.
gl Show diagnostics in a floating window.
Space + q Open diagnostics list

Telescope

Keybind Action
Space + f Open file finder

Remaps

Normal Mode

Keybind Action
Alt + h Move window left
Alt + j Move window down
Alt + k Move window up
Alt + l Move window right
Ctrl + Up Resize vertical
Ctrl + Down Resize vertical
Ctrl + Left Resize horizontal
Ctrl + Right Resize horizontal
Shift + l Move to next buffer
Shift + h Move to previous buffer

Insert Mode

Keybind Action
jk Switch to Normal mode

Visual Mode

Keybind Action
< Indent to the left
< Indent to the right
Ctrl + k Move text up
Ctrl + j Move text down
Alt + y Copy text to windows keyboard (WSL)

Visual Block Mode

Keybind Action
Ctrl + k Move text up
Ctrl + j Move text down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages