distinguish prefix from input
This commit is contained in:
parent
72d80ed4e9
commit
c0c220c22e
1 changed files with 2 additions and 0 deletions
|
|
@ -9,10 +9,12 @@
|
||||||
|
|
||||||
div[is=ex-command-mode-input] atom-text-editor[mini]::before {
|
div[is=ex-command-mode-input] atom-text-editor[mini]::before {
|
||||||
content: ":";
|
content: ":";
|
||||||
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
div[is=vim-normal-mode-input] atom-text-editor[mini]::before {
|
div[is=vim-normal-mode-input] atom-text-editor[mini]::before {
|
||||||
content: "/";
|
content: "/";
|
||||||
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.command-mode-input atom-text-editor[mini] {
|
.command-mode-input atom-text-editor[mini] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue