prefix vim-mode's search
This commit is contained in:
parent
2a2669f46f
commit
72d80ed4e9
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ div[is=ex-command-mode-input] atom-text-editor[mini]::before {
|
||||||
content: ":";
|
content: ":";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div[is=vim-normal-mode-input] atom-text-editor[mini]::before {
|
||||||
|
content: "/";
|
||||||
|
}
|
||||||
|
|
||||||
.command-mode-input atom-text-editor[mini] {
|
.command-mode-input atom-text-editor[mini] {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue