Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: developing in vim and tmux

by morgon (Priest)
on Apr 21, 2016 at 02:48 UTC ( [id://1161055]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    function! PerlArgs()
       let @p = getline(".")[1:]
    ...
    let mapleader=" "
    map <Leader><space> :VimuxRunCommand("perl " . bufname('%') . " " . @p
    +)<CR>
    map <Leader>a :call PerlArgs()<CR>
    
  2. or download this
    #hubba bubba
    print join "\n", @ARGV;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1161055]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-18 08:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found