Skip to content

johron/mosaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mosaic

  • (hopefully going to be a) Modern configurable terminal-based text editor

TODO

  • some times when moving the cursor, and backspacing the cursor goes to the end of the line when it shouldnt, it should be before the letters that were pushed up by the backsapce..

InDev images

image image

Config (will look something like this)

[editor]
tab_size = 4
show_gutter = true

[keybindings]
[keybindings.normal]
left = "j|left"
right = "ø|right"
up = "k|up"
down = "l|down"

[keybindings.insert]
left = "left"
right = "right"
up = "up"
down = "down"

[keybindings.command]
left = "left"
right = "right"

About

Modern configurable terminal-based code editor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages