Change vim search & replace mapping

This commit is contained in:
2020-04-20 12:41:58 -04:00
parent 93f683b5d3
commit aed80c1bab
4 changed files with 38 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ if has('termguicolors')
let s:green = "88b888"
let s:red = "ef2929"
let s:text = "e9e9e9"
let s:text = "f1f1f1"
let s:foreground = s:text
let s:background = "08363c"