[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ranger-users] How to execute a command directly from a binding ?
From: |
Joshua Landau |
Subject: |
Re: [Ranger-users] How to execute a command directly from a binding ? |
Date: |
Thu, 30 Jan 2014 16:29:14 +0000 |
On 30 January 2014 15:12, Baptiste Wicht <address@hidden> wrote:
> I've a small problem with ranger. I cannot figure how to execute a command
> directly on a mapping. For instance, when I use DELETE, it types :delete and
> then I have to push ENTER to use it. Is it possible to make a binding
> directly executes :delete or another command ?
Something like
map X console delete
will open a console with ":delete", whereas
map X delete
will just run the command.