This repo includes my customized .vimrc file and a useful cheatsheet for Vim commands.
-
.vimrc
My personal Vim configuration file, featuring plugin management viavim-plug, UI tweaks, useful key mappings, and productivity-focused settings. -
vim-commands.md
A curated cheatsheet of essential Vim commands, motions, and shortcuts.
This configuration uses vim-plug for managing plugins.
-
Install
vim-plug:curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -
Clone this repository:
https://github.com/mamdous-usual/vim.git
- Copy the
.vimrcfile to your home directory:
cp vim/.vimrc ~/.vimrc
- Open Vim and install the plugins:
:PlugInstall