1
0
Fork
You've already forked vimiscmd
0
Personal Vim plugin
  • Vim Script 100%
2026年02月21日 00:00:11 +02:00
autoload there was a lot wrong with the least useless part of that plugin, so i hope that fixes it 2026年02月21日 00:00:11 +02:00
plugin there was a lot wrong with the least useless part of that plugin, so i hope that fixes it 2026年02月21日 00:00:11 +02:00
LICENCE add licence 2025年10月10日 17:25:02 +03:00
README.md Update README.md 2026年02月05日 01:12:48 +01:00

viMisCmd

(Vim Miscellaneous Commands)

Just a personal plugin of someone who has no idea how to use Vim. For that reason the stuff in here is something even I don't use

if you see this either go away find something more productive to do or idk explain how to do this stuff properly. i don't mind really

Might as well delete it at some point

Functionality

This thing just adds commands, at least for now

:ISOTimestamp

Inserts the current ISO timestamp, similar to new Date().toISOString() in JavaScript

Might as well just use :r!iso-now

:NetrwDu

Runs the UNIX du -sh command on the selected item in Netrw and outputs the item's size

:UUID

Generates and inserts a UUID. Or just :r!uuidgen

:MkdirP

Creates directories up to the current file