Skip to main content

Questions tagged [invocation]

Questions about the different options that vim can take from the shell and the different commands to start the editor.

1 vote
1 answer
94 views

I often open multiple files in vim using tab pages: $ vim --help | grep tab -p[N] Open N tab pages (default: one for each file) I also use find with xargs and grep -l to obtain a list of ...
user2023370's user avatar
1 vote
1 answer
159 views

Say I do the following in my shell (but where cat is actually another command that does meaningful work with stdin): $ cat | very | long | pipeline typing some input lines here... ^D $ However, my ...
CarmenCarmen's user avatar
2 votes
1 answer
2k views

Occasionally I would like to override my standard nvim configuration, for example, to tell it not to load vimtex's folding configuration for a very large or complicated tex file for which I don't need ...
Alex Roberts's user avatar
0 votes
0 answers
157 views

My question is a bit technical. For specific reason, I need to call vim after mpiexec. Example : mpiexec -n 1 vim mytext.txt But this gives the following warning message: Vim: Warning: Output is not ...
Kiven Jecquas's user avatar
1 vote
2 answers
313 views

The Need, the Goal... By "project-based config" I mean a project contained in a git repo that contains all the vim configuration -- vimrc and plugins and colorschemes -- right there in the ...
alec's user avatar
  • 865
0 votes
0 answers
95 views

I'm starting vim in Ex mode, silent mode, on Windows 10, in a standard command prompt window. I'm trying to re-direct stdin from a file. I'm using the terminal version of vim 8.2.2824. It doesn't ...
Paul CyberCitizen's user avatar
5 votes
1 answer
340 views

When I start vim with an ex-command as command line parameter, it won't show up in vim's command history. Why? Can I tell vim to do so? Minimal example: vim -c 'execute "help -c"' Why I'm ...
MaxGyver's user avatar
  • 231
1 vote
2 answers
145 views

I have a file foo.txt with just a one line ab. I want to launch Vim in such a way that it will open this file, swap characters using xp, and then save it as bar.txt. Something like this: gvim foo.txt ...
john c. j.'s user avatar

15 30 50 per page