Skip to content

miroshQa/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My neovim configuration 🤗

To understand some of my settings, you may need to know that I use the following keymaps in the system

Select To Commentary
CAPS ESC Game changer. Every vim user has to do this
ALT CTRL Of course, I had to relearn CTRL + V, CTRL + C, CTRL + A, etc but it was worth it. But what about the alt? I did not change the left control to the alt. Instead, I use the right alt. It's more ergonomic because I don't have to leave homerow. So, I use the left alt as a control, and the right alt as the actual alt
CTRL + M CAPS Here and below, I press alt physically on the keyboard instead of ctrl because of the above keymaps
CTRL + TAB ALT + TAB ALT + TAB was the only combination where I used ALT key lol
CTRL + J
CTRL + K
CTRL + H
CTRL + L
CTRL + B CTRL + ←
CTRL + E CTRL + →

Dashboard 😎

Dashboard

Editor 😻

Colorscheme

Keymaps 🚀

Colorscheme

Do you want to check it out?) ⭐

Linux

  1. First of all you need to make sure that you have all external dependencies listed here
  2. Clone repo
git clone https://github.com/miron2363/nvim.git ~/.config/nvim-m
  1. Add in you bashrc line below (wtf?)
alias vm='NVIM_APPNAME=nvim-m nvim'
  1. Launch using "vm"
vm
  1. Open Mason and install the LSP servers you need. Do :checkhealth if something goes wrong

Favourite keymaps ✨

  1. ga (Goto prev buffer)
  2. g; (Goto last change in buffer)

About

My neovim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages