VIM PHP

2014-12-10 Thread Joydeep Chakrabarty
Hello, I am writing Php programs in Vim. My programs are in ~/public_html/test directory. When I run the program from web server, I write http://localhost/test/program1.php. I need a short cut so that it opens Firefox and replaces "~/public_html/current_directory/filename" to "http://localhost

Re: VIM PHP

2014-12-11 Thread Joydeep Chakrabarty
David Fishburn wrote: > On Wed, Dec 10, 2014 at 2:47 PM, Joydeep Chakrabarty > wrote: > >> Hello, >> >> I am writing Php programs in Vim. My programs are in ~/public_html/test >> directory. When I run the program from web server, I write >> http://localho

Re: VIM PHP

2014-12-12 Thread Joydeep Chakrabarty
On Thu, 11 Dec 2014 16:24:42 -0500, David Fishburn wrote: > On Thu, Dec 11, 2014 at 12:10 PM, Joydeep Chakrabarty > > wrote: > >> ... > > > >> Thanks for your interesting tips. I forgot to mention I am working on >> Linux Mint 64-bit laptop. So I

Re: VIM PHP

2014-12-14 Thread Joydeep Chakrabarty
LCD 47 wrote: > Since you're on Linux: replace firefox above with a script that > looks like this: > > #! /bin/sh > PATH=/usr/local/bin:/bin/usr/bin > firefox -newtab "$@" || firefox "$@" & > > /lcd > As you mentioned, I created a script with executable permiss

PL/I

2014-12-31 Thread Joydeep Chakrabarty
Hello, I want to write some PL/I programs on Vim. PL/I does not accept the first column. Is there a way to disable the first column of the editor so that the cursor does not appear there and first column will always be unwritable? Thanks. -- -- You received this message from the "vim_use" m

Re: PL/I

2015-01-02 Thread Joydeep Chakrabarty
On Thursday 01 January 2015 10:24 PM, Ben Fritz wrote: On Wednesday, December 31, 2014 9:49:09 AM UTC-6, chala...@gmail.com wrote: Hello, I want to write some PL/I programs on Vim. PL/I does not accept the first column. Is there a way to disable the first column of the editor so that the cursor