Merge pull request #61 from ardrigh/patch-1

Display ':' at start of the command input line
This commit is contained in:
Loic Nageleisen 2015-07-28 11:34:05 +02:00
commit add34853ac

View file

@ -6,3 +6,7 @@
.ex-mode {
}
div[is=ex-command-mode-input] atom-text-editor[mini]::before {
content: ":";
}