vim-venu icon indicating copy to clipboard operation
vim-venu copied to clipboard

Altering commands for the duration of vim session

Open Timoses opened this issue 7 years ago • 0 comments

Sometimes, one might wish to alter a command for the duration of the vim session. This could for example be the case when requiring to compile a file with a specific flag.

Idea:

  • Press Control-Enter to receive a prompt to alter the command.

An altered command stays altered until vim is restarted. The altered state should be denoted in the venu list (e.g. with a * or similar).

Examples:

  • Add a temporary flag to the compiler

Timoses avatar Jan 27 '19 13:01 Timoses