Skip to content

Latest commit

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date

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

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages