Skip to content

girogio/ggedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggedit

This is a vim-like text editor written in Rust. It's main purpose is for me to learn Rust. It's probably not meant to be used as a real text editor, although I'm trying my hardest to make it usable.

Features

  • Vim modes
    • Normal mode
    • Insert mode
    • Command mode
  • Vim-like keybindings
    • hjkl for cursor movement
    • i for insert mode
    • : for command mode
    • esc for normal mode
  • Command mode
    • :q to quit
    • :w to save
    • :wq to save and quit
    • :q! to quit without saving

Installation

$ cargo install --path .

Usage

$ ggedit <filename>

About

A simple WIP text editor in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages