Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.58 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.58 KB

Logo

Rim is a simplified version of vim.

How is it simplified?

The commands have been changed to make things more simple and easy to memorize.

Okay but how is it special ?

Well, you can contribute and help me make it special or you can star, watch or fork the project and wait for me to release features I am currently working on to make it special :)

Commands

Mode Key Action
Insert Backspace Delete the character to the left of the cursor
Insert Escape Switch to command mode
Command l Move left
Command u Move up
Command d Move down
Command r Move right
Command i Switch to insert mode
Command s Save
Command q Quit the program

Usage

1) make

2) ./rim filename

ToDo

  • Add Highlight
  • Add More Shortcuts
  • Fix the insert and escape mode, they don't seem to work properly
  • Work On The Tab - It doesn't seem to work properly
  • Start the program when user types Rim in the terminal