Skip to content
/ gim Public

GIM like VIM but with "G" and written in GO

Notifications You must be signed in to change notification settings

Padi2312/gim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIM

Just like VIM but with "G" and written in GO.

Getting started

go build ./cmd/gim

Now you can simply run the executable to use the editor.

./gim

Usage

If you know VIM you're going to know GIM.
It's the same but worse and with less functionallity😀

Anyways here are the currently working commands:

Insertion

i - Enter insert before cursor
I - Enter insert at beginning of line
a - Enter insert after cursor
A - Enter insert at end of line cursor

Movement

h - Left
j - Down
k - Up
l - Right
w - Next word b - Previous word

Command Mode

: - Enters command mode
:wq <filename> - Write file and exit GIM
:q - Exit GIM

About

GIM like VIM but with "G" and written in GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages