Skip to content

mamdous-usual/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Vim Configuration

This repo includes my customized .vimrc file and a useful cheatsheet for Vim commands.


πŸ“ Repository Contents

  • .vimrc
    My personal Vim configuration file, featuring plugin management via vim-plug, UI tweaks, useful key mappings, and productivity-focused settings.

  • vim-commands.md
    A curated cheatsheet of essential Vim commands, motions, and shortcuts.


βš™οΈ Plugin Management with vim-plug

This configuration uses vim-plug for managing plugins.

πŸ”§ Installation Steps

  1. Install vim-plug:

    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
        https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    
  2. Clone this repository:

https://github.com/mamdous-usual/vim.git
  1. Copy the .vimrc file to your home directory:
cp vim/.vimrc ~/.vimrc
  1. Open Vim and install the plugins:
:PlugInstall

About

My Vim Config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published