Set up a better project system to not accidentally “fall” to other projects when killing buffers
When inside a string:
‘the cursor is here: | here is some more text’
When pressing C-’ in insert mode should automatically change the surrounding quotes to ” and insert a ’
Is normally cancelled with `C-x k RET` but that doesn’t work with evil.
fci-mode causes some visual glitches with company and also sometimes fucks up editing. Find a better alternative. Also, there’s a problem with that package that shows the current indentation level with `|`s
Example:
- Paste some text
- Use `g p` to visually select pasted text
- Press `> >` to indent the text once
- Press `.` to repeat indentation of pasted text -> doesn’t work