Casey Williams
Casey Williams
Any progress on this?
Hi @Pratikrocks bric wasn't originally written for Windows and hasn't been ported either. You could try building the source for yourself with [Cygwin](https://www.cygwin.com/)
@anfly0 Nice suggestions. I'll also add: - **Ctrl-r** for redo. (undo the last undo)
@HeyAEE any progress on this?
Yea @anfly0 :) Ctrl-Q should remove any lock on a file. If you've closed the file passed the warnings you shouldn't be intending to keep the file locked.
Update on this - we should attempt to remove the file lock in situations where `exit()` is being called as @lukasho mentioned above.
Hi there, The documentation should contain info on what all the commands do. E.g. opening and closing files, deleting rows, visual mode etc. You can see this code near the...