Skip to content
/ vim Public template

My minimalist Vim setup.

Notifications You must be signed in to change notification settings

taufik-nurrohman/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Minimalist Vim Setup

I started to think that I have to publish this repository. Someday I will probably move around that I have to use someone else’s computer.

It will be convenient for me if I can just clone this repository to build a Vim editor with the same features and settings as my Vim editor in my home.

Vim

Plugins Used

Theme Used

Custom sunburst theme modified from https://github.com/sickill/vim-sunburst

Custom Key Maps

Insert

None.

Normal

Keys Function
u Redo.
j Move line down.
k Move line up.
Move line up.
Move line down.
a Cycle tokens such as false with true.
b Toggle file tree visibility.
d Close current window/split.
h Move to the left split if any.
j Move to the down split if any.
k Move to the up split if any.
l Move to the right split if any.
p Find files.
r Refresh the screen and remove all search marker if any.
t Toggle terminal mode.
x Cycle tokens such as false with true.
Move to the left split if any.
Move to the up split if any.
Move to the right split if any.
Move to the down split if any.
e Focus to the file tree.

Visual

Keys Function
v Select all with visual mode.
j Move line down.
k Move line up.
Move line up.
Move line down.
Sort-reverse words.
Sort-reverse lines.
Sort words.
Sort lines.

Visual-Line

Keys Function
V Select all with visual-line mode.
j Move line down.
k Move line up.
Move line up.
Move line down.

I am very open to all opinions and suggestions since I am a new Vim user here. However, I am currently don’t accept pull requests on this repository, with the consideration that the contents of this repository are very personal. You can build your own Vim editor using this repository as a base to start with.