💾 Archived View for darknesscode.xyz › linux › vim.gmi captured on 2022-03-01 at 15:07:13. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-05)

-=-=-=-=-=-=-

Install Vim the ubiquitous text editor

Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X.

Vim is rock stable and is continuously being developed to become even better. Among its features are:

Vim

Plugins

Plugin manager vim-plug

To install the plugins, open vim and run:

:PlugInstall

To update installed pluging run:

:PlugUpdate

To remove unlisted plugins run:

PlugClean

To upgrade vim-plug iself run:

:PlugUpgrade

Plugins included in this repo:

Keybindings

Some usful keybindings for this custom build:

Leader key = SpaceBar

| Key      | Acction             |
| :------- | :------------------ |
| Leader+n | NerdTree            |
| Leader+f | Ranger File Manager |
| Leater+v | Split Horizontal    |
| Leaver+h | Split Vertical      |
| Ctrl+h   | Change Split Left   |
| Ctrl+j   | Change Split Dwon   |
| Ctrl+k   | Change Split Up     |
| Ctrl+l   | Change Split Right  |
| ii       | Normal Mode         |
| i        | Insert Mode         |

If you like this build

git clone https://github.com/codedarkness/vim

----------

Home

Linux

Notes

MicroLog

----------

© DarknessCode