This will require storing an in-memory array of all of the commands that have been executed which should persist between config reloads.
Then adding a q: keymap that opens the commandline with the command history, and lets you press <enter> to execute the command again.
#149
This will require storing an in-memory array of all of the commands that have been executed which should persist between config reloads.
Then adding a
q:keymap that opens the commandline with the command history, and lets you press<enter>to execute the command again.#149