Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ vimrc Public

Nice .vimrc from Gumernus

Notifications You must be signed in to change notification settings

gumernus/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

40 Commits

Repository files navigation

Gumernus's personal vim configuration

Features

  • Multitasking
  • Better support for Javascript, Typescript and C++ (contact me for including better support for your fav language)
  • Good keymapping
  • Lightweight and fast

image (This .vimrc does not include the "fancy" terminal prompt. Its powerlevel10k )

Installation

Download .vimrc (in terminal)

git clone https://github.com/gumernus/vimrc
cd vimrc
mv .vimrc ~/.vimrc

Install vim-plug (in terminal)

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

Plug all plugins (in vim)

Go thru all errors and then type :

source %
PlugInstall

Mapping

In Files

  • CTRL + ww jump between windows
  • CTRL + a comment/uncomment
  • CTRL + b toggle file tree
  • CTRL + d open terminal

In File Tree

  • SHIFT + r refresh file tree
  • SHIFT + i toggle hidden files

AltStyle によって変換されたページ (->オリジナル) /