Hello.

On linux mint 16, to open a file with vim in the terminal i wrote a nemo action that sends to the system the following command:

    gnome-terminal --working-directory=%P -e "vim %F"

where %P is the insert path of parent (current) directory and %F is the insert path list of selection.

The trick seems to work and the selected file is opened, but many lines in file are badly showed or not showed at all and CTRL-L doesn't work.

Where can be the problem?

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to