This repository contains w0rp's Vim configuration files. They aren't for everyone, but he sure likes them.
Assuming you are using Ubuntu/Debian.
sudo apt install vim git
git clone --recursive https://github.com/w0rp/vim-config.git ~/.vimThat's it. Now you are using Vim like w0rp on Linux.
- Install git: https://git-scm.com/download/win
- Install vim: https://www.vim.org/download.php#pc
- Do this:
git clone --recursive https://github.com/w0rp/vim-config.git ~/vimfilesThat's it. Now you are using Vim like w0rp on Windows.
- Install git: https://git-scm.com/download/mac
- Install MacVim: https://macvim-dev.github.io/macvim/
- Do this:
git clone --recursive https://github.com/w0rp/vim-config.git ~/.vimOpen System Preferences > Keyboard > Shortcuts > App Shortcuts
Add MacVim as an application, and you want to redefine ridiculous keybinds for at least the following menu items.
Close
Close Window
Find...
Hide MacVim
List Errors
Make
New Window
Open...
Print
Quit MacVim
gvimrc in the Vim configuration files maps Command keys to Ctrl keys in Vim,
so you can treat Command keybinds as if they are Ctrl keybinds.