Commit Graph

4 Commits

Author SHA1 Message Date
241ddd9cea fix deleting indentation when there wasn't any
before pressing backspace when there were config.indent_size many spaces
right before the caret would delete them regardless of config.indent_type being
"hard" or not
2021-07-07 13:46:16 +02:00
fe3f1211ad todos and fix unindent
fixed behaviour where caret would move even when the un-indentation did not
do anything, now before modifying caret position check wether the file changed
2021-07-06 22:06:51 +02:00
364df2e1c8 project directory changes
add binding to change project directory: ctrl+shift+o
save and restore previous direcotry, toggle behaviour with:
	config.restore_last_dir
core:open_user_module now opens the right path
2021-07-05 20:44:07 +02:00
2957968afc initial commit 2021-07-04 14:56:05 +02:00