Skip to content

Repository files navigation

Vimktor

What is it ?

Vimktor is simple Vim-like text editor written in c++. Vimktor provides fast, memory efficient and efective text editing enviorment

How to build ?

Dependencies

  • cmake
  • curses

Linux

run these commands:

cd Vimktor  
cmake -B build 
cmake --build build 
cd build 
./Vimktor [file you want to edit]

Keymaps

"W" -> Jump to another word
"$" -> Jump to end of line
"0" -> Jump to first char
"x" -> delete current char
":" -> use command
"dd" -> delete whole line

Commands

"w" -> save file
"q" -> quit

Known bugs and issues

Wszystko jest tip-top dopóki jest, jak nie jest, to nie jest.

About

No description, website, or topics provided.

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages