Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Can't change autocomplete-plus:select-next in keymap #261

@23tux

Description

@23tux

Hi,

I'm trying to overwrite some behaviour in my keymap.cson. But when I add this code, it has no effect:

'atom-text-editor:not(mini) .autocomplete-plus.autocomplete-suggestion-list':
  'tab': 'autocomplete-plus:select-next'
  'enter': 'autocomplete-plus:confirm'
  'up': 'unset!'
  'down': 'unset!'

I want to navigate through the suggestion list via tab and confirm them via enter. Can someone explain, why this isn't working? The example is from the readme.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions