Skip to content

Instantly share code, notes, and snippets.

@Gal3riel
Last active July 6, 2017 03:52
Show Gist options
  • Save Gal3riel/66c2bba84039579414f203768725af8b to your computer and use it in GitHub Desktop.
Save Gal3riel/66c2bba84039579414f203768725af8b to your computer and use it in GitHub Desktop.
sVim config
let scrollstep=100
let fullpagescrollpercent = 100
let mapleader = ","
set nosmoothscroll
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 0.7;
}
}
#sVim-command {
-webkit-animation: fadein .1s !important;
-webkit-appearance: none !important;
background-color: rgba(0, 0, 0, 0.80) !important;
background-position: none !important;
background-repeat: none !important;
border-radius: 0 !important;
border: 0 !important;
box-shadow: none !important;
box-sizing: content-box !important;
color: #FFFFFF !important;
display: none;
font-family: "Input Mono Condensed" !important;
font-size: 13px !important;
font-style: normal !important;
left: 0 !important;
letter-spacing: normal !important;
line-height: 1 !important;
margin: 0 !important;
min-height: 0 !important;
outline-style: none !important;
outline: 0 !important;
padding: 2px 0 0 10px !important;
position: fixed !important;
right: 0 !important;
text-align: start !important;
text-indent: 0px !important;
text-shadow: none !important;
text-transform: none !important;
vertical-align: none !important;
width: 100% !important;
word-spacing: normal !important;
z-index: 2147483647 !important;
}
.sVim-hint {
background: linear-gradient(to bottom, #febf01 0%,#febf01 100%);
color: #FFF;
font-size: 10pt;
font-family: "SF Mono";
line-height: 10pt;
padding: 1px;
opacity: 1.0;
border-radius: 3px;
}
.sVim-hint.sVim-hint-form {
background-color: #3EFEFF;
}
.sVim-hint.sVim-hint-focused {
opacity: 1;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment