- (hopefully going to be a) Modern configurable terminal-based text editor
- 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..
[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"