13 Commits

Author SHA1 Message Date
27f1e54777 Remove FIXME that was already fixed in 9f1c0228 2024-04-08 21:04:24 +01:00
2098949e9c Add :Chmod command to change mode bits 2024-04-08 20:52:47 +01:00
057c706699 Add :Mkdir command to create directories 2024-04-07 18:59:50 +01:00
93bea02a48 Cleanup command documentation comments 2024-04-07 18:45:58 +01:00
04b5e6e4fb Add :Move command to move files around 2024-04-07 18:39:34 +01:00
4b4a1dbf38 Cleanup :Rename implementation 2024-04-07 18:38:20 +01:00
d92a312992 Add :Rg[!] command
:Rg <STRING> grep for the string and fuzzy find the results, bang to
enable regex in search term
2024-04-06 15:41:27 +01:00
d7ac1f7213 Add termdebug :Asm mappings 2024-04-02 22:38:41 +01:00
5de0109989 Add :RStrip command to strip trailing white space 2024-04-02 21:43:23 +01:00
e8a420d99d Add the :Rename command 2024-03-19 22:54:15 +00:00
6317d02148 Extend :Remove to accept bang :Remove!
This patch changes the behaviour `:Remove` to only remove the file,
leaving the current buffer untouched. `:Remove!` now has the old
behaviour of removing the file and the buffer.
2024-03-17 14:01:36 +00:00
f9825d9b69 Port over :TextWidth <N> command 2024-03-15 16:20:59 +00:00
77452d989d Add :Remove command, to remove file of current buffer 2024-03-14 23:17:27 +00:00