vim - Run gVim with several parameters -


i want open txt files in krusader using gvim default. know, when edit files ftp, command open file must this:

  1. gvim -f %f without keys (-f %f), changes no store server. want open each file in it`s own tab, not in instance of gvim editor. achieve this, open files, using command:

  2. gvim --remote-tab-silent

i want open files, using parameters 1 , 2 example. when try change command to

gvim --remote-tab-silent -f %f 

or

gvim -f %f --remote-tab-silent 

it doesn't work properly. helps me merge 2 commands?

try

gvim --remote-tab-wait-silent %f 

-f seems work local guis. remote server need wait version of --remote command.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -