23
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Atomのautocomplete-plusパッケージで補完確定をTabキーからEnterキーに変更

Last updated at Posted at 2015-01-19

本家にそのままあった。
下のように追加したらOKだった

/.atom/packages/autocomplete-plus/keymaps/autocomplete-plus.cson
# 上はデフォのまま
'atom-text-editor:not(mini) .autocomplete-plus.autocomplete-suggestion-list':
  'tab': 'unset!'
  'enter': 'autocomplete-plus:confirm'
~~~

## [追記] .csonいじらなくても、GUIぽちぽちでできた

- [cmd] + ,でsettingを開く(メニューからPreferences...でもok)

![Screen_Shot_2015-01-20_at_10_35_35_AM.png](https://qiita-image-store.s3.amazonaws.com/0/10722/4424b635-61e2-d2a1-2208-2becc2622da1.png "Screen_Shot_2015-01-20_at_10_35_35_AM.png")

![Screen_Shot_2015-01-20_at_10_38_58_AM.png](https://qiita-image-store.s3.amazonaws.com/0/10722/bb37ea67-2dd9-b759-4e1a-b4abcb45d553.png "Screen_Shot_2015-01-20_at_10_38_58_AM.png")

- [補足] ctrl+n,pで補完候補を選択するのも下にあった


## 参考
- [autocomplete+ package](https://atom.io/packages/autocomplete-plus)
23
26
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
23
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?