https://github.com/remexre/vimrc
My vimrc
https://github.com/remexre/vimrc
dotfiles neovim vim vimrc
Last synced: 2 months ago
JSON representation
My vimrc
- Host: GitHub
- URL: https://github.com/remexre/vimrc
- Owner: remexre
- Created: 2017-05-17T17:42:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T02:42:10.000Z (about 9 years ago)
- Last Synced: 2025-04-09T06:19:44.296Z (about 1 year ago)
- Topics: dotfiles, neovim, vim, vimrc
- Language: Vim script
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nathan's Vim Config
## Screenshots

## Installation on Vim
```
git clone https://github.com/remexre/vimrc.git ~/.vim
~/.vim/install-vim.sh
```
## Installation on Neovim
```
git clone https://github.com/remexre/vimrc.git ~/.config/nvim
~/.config/nvim/install-neovim.sh
```
## Things To Know
Keybinds:
- `C-N` -- Multiple cursors, like Atom's `C-D`. Keybinds are a bit
different in multi-cursor mode, check that project's README for
details. (Or, use `cgn`, `.`, and `*`)
- `C-P` -- Open the File Finder
- `Tab` -- Open/Close NERDTree
Commands:
- `colorscheme ` -- Set the color scheme. You can
change the default color scheme in `vimrc` (for Vim) or `init.vim` (for
Neovim).
- `Gcommit` -- Start a git commit. You can use `-` to add or remove files
from the set to be committed, and `cc` to write the commit message.
Save and quit the commit message editor to finish the commit.
- `Gpush` -- Pushes.
- `Startify` -- Return to the start screen.
## Features
- Autocomplete with deocomplete/neocomplete
- Codi, which is cool
- Encrypted File Support
- GPG
- Keybase
- Git Support
- Haskell character transformation (e.g. `\` to `λ`)
- Multiple cursors, like Atom and Sublime Text
- Although `cgn`, `.`, and `*` kinda obsolete this...
- Pretty
- Airline (best with nerd-fonts)
- Colorschemes
- Devicons
- Prose Helpers:
- goyo -- Distraction-free writing mode
- limelight -- Highlight the paragraph you're on
- pencil -- Automatic word wrap
- wordy -- English Language Linting
- writegood -- More English Language Linting
- Support for:
- Alex and Happy
- CoffeeScript
- Common and Emacs Lisp
- Rust (some features neovim-only)
- TOML
- Useful start screen (startify)