You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2017/06/29 08:15:00 UTC

[jira] [Comment Edited] (KARAF-5224) Hitting `tab` in the karaf console does not list available commands

    [ https://issues.apache.org/jira/browse/KARAF-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16067977#comment-16067977 ] 

Guillaume Nodet edited comment on KARAF-5224 at 6/29/17 8:14 AM:
-----------------------------------------------------------------

That's an expected behavior.
You can change that by using the following command:
{code}
setopt no-insert-tab 
{code}

You can also list the available commands using {{Alt+?}}.

I think we could change the default behavior when upgrading to JLine 3.4.0 because it adds support for bracketing paste (see https://github.com/jline/jline3/issues/142).



was (Author: gnt):
That's an expected behavior.
You can change that by using the following command:
{code}
setopt no-insert-tab 
{code}

I think we could change the default behavior when upgrading to JLine 3.4.0 because it adds support for bracketing paste (see https://github.com/jline/jline3/issues/142).


> Hitting `tab` in the karaf console does not list available commands
> -------------------------------------------------------------------
>
>                 Key: KARAF-5224
>                 URL: https://issues.apache.org/jira/browse/KARAF-5224
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.2.0, 4.1.1
>            Reporter: Christopher Lockard
>            Assignee: Guillaume Nodet
>            Priority: Minor
>             Fix For: 4.2.0
>
>
> Hitting `tab` on an empty prompt in the karaf console does not list the available commands. When the console is first started it states `Hit '<tab>' for a list of available commands` which doesn't seem to be true anymore.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)