Skip to content

vcte or very cool text editor is a terminal based text editor written in rust

License

Notifications You must be signed in to change notification settings

aryavsaigal/vcte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcte

vcte or very cool text editor is a work in progress terminal based text editor written in rust.

total lines stars

Installation

vcte is still in beta, you can try it out by

  git clone https://github.com/DARKDRAGON532/vcte.git
  cd vcte
  cargo run --release

Features

  • tab system or multiple file support
  • home screen
  • some basic commands
  • hotkeys
  • has some colour

Screenshots

App Screenshot

Documentation

navigation:
        (in view mode) wasd or arrow keys
        (in insert mode) arrow keys
commands (press : to enter command mode):
        :q or :quit - quit
        :s :save - save current file
        :o <path> or :open <path> - open file 
        :h or :help - show help (this menu)
hotkeys:
        i - enter insert mode
        n - go to next tab
        shift + n - move tab to the right
        b - go to previous tab
        shift + b - move tab to the left
        x - close current tab
        esc - escape almost everything
quick commands: (in view mode only)
        (number)j - jumps to line number
        rr - deletes current line

Authors

About

vcte or very cool text editor is a terminal based text editor written in rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages