Extracted vim installation functions for external use

This commit is contained in:
yage
2022-02-06 00:45:04 -07:00
parent a7bf48df9e
commit fdb6f3d00a
6 changed files with 88 additions and 82 deletions

View File

@ -1,5 +1,2 @@
#!/bin/zsh
function READ_K() {
read -k $1
echo
}
function READ_K() { read -k $1; echo; }