Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 9b51b18

Browse files
committed
fix confict with emmet's tab autocompletion #19
1 parent 4986248 commit 9b51b18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

keymaps/angularjs.cson

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@
99
# https://atom.io/docs/latest/advanced/keymaps
1010
#'.workspace':
1111
# 'ctrl-alt-o': 'angularjs:toggle'
12+
13+
# fix to confilct with emmet's tab autocompletion
14+
# <https://github.com/angular-ui/AngularJS-Atom/issues/19>
15+
'atom-text-editor[data-grammar="text html angular"]:not([mini])':
16+
'tab': 'emmet:expand-abbreviation-with-tab'

0 commit comments

Comments
 (0)