Move .vim{,rc} to .config

This commit is contained in:
2017-11-23 19:40:24 +00:00
parent f556507fab
commit 004875f664
8 changed files with 26 additions and 6 deletions
@@ -0,0 +1 @@
set tabstop=2
+1
View File
@@ -0,0 +1 @@
set tabstop=2
+3
View File
@@ -0,0 +1,3 @@
map <c-p> <esc>:MerlinDocument<enter>
map <c-b> <esc>:MerlinLocate<enter>
map <c-.> <esc>:MerlinTypeOf<enter>