Copy the full path of the file opened in my current buffer.

2014-05-29 Thread Arup Rakshit
Hi, How can I copy the output of Ctrl-G ? I want to get the and copy the full path of the file opened in my current buffer. I got Ctrl-G from the http://vim.wikia.com/wiki/Get_the_name_of_the_current_file, which is showing the output as I want. But how to copy the output ? -- -- You

Re: Copy the full path of the file opened in my current buffer.

2014-05-29 Thread Ellis Kenyo
From the page you showed, %y should. On 29 May 2014 13:02, Arup Rakshit tuka...@gmail.com wrote: Hi, How can I copy the output of Ctrl-G ? I want to get the and copy the full path of the file opened in my current buffer. I got Ctrl-G from the

Re: Copy the full path of the file opened in my current buffer.

2014-05-29 Thread Tim Chase
On 2014-05-29 05:01, Arup Rakshit wrote: How can I copy the output of Ctrl-G ? I want to get the and copy the full path of the file opened in my current buffer. You can assign it to a register such as a: :let @a=expand('%:p') and then paste it with ap -tim -- -- You received this

Re: Opening large files?

2014-05-29 Thread Ken Takata
Hi Bram, 2014/5/14 Wed 23:19:38 UTC+9 Ken Takata wrote: Hi Bram, 2014/5/13 Tue 20:12:59 UTC+9 Bram Moolenaar wrote: Ken Takata wrote: 2014/5/13 Tue 3:40:37 UTC+9 Bram Moolenaar wrote: So is the patch now ready to be included, or did you still have a problem to fix? I

Re: Copy the full path of the file opened in my current buffer.

2014-05-29 Thread David Fishburn
On Thu, May 29, 2014 at 9:38 AM, Tim Chase v...@tim.thechases.com wrote: On 2014-05-29 05:01, Arup Rakshit wrote: How can I copy the output of Ctrl-G ? I want to get the and copy the full path of the file opened in my current buffer. You can assign it to a register such as a: :let

Re: Copy the full path of the file opened in my current buffer.

2014-05-29 Thread Arup Rakshit
On Thursday, May 29, 2014 08:38:51 AM Tim Chase wrote: On 2014-05-29 05:01, Arup Rakshit wrote: How can I copy the output of Ctrl-G ? I want to get the and copy the full path of the file opened in my current buffer. You can assign it to a register such as a: :let @a=expand('%:p') and

Re: Copy the full path of the file opened in my current buffer.

2014-05-29 Thread Ben Fritz
On Thursday, May 29, 2014 9:52:15 AM UTC-5, Arup Rakshit wrote: Thanks. I am away from my PC, so not able to test it. Just wanted to know ap will copy the file path to *clipboard* right ? Basically I want it to copy and paste in my console for my project related works. Um...no.

How to create a short help for Evil

2014-05-29 Thread Ed Kostas
How to provide a short help page for Evil? I need a command line :help that lists the Evil key bindings whenever the user is in evil-mode. In emacs mode, the user must get the normal emacs help. I will provide the text for the help file. The persons who need the help are lawyers who use