Last active
May 29, 2019 14:53
-
-
Save gibfahn/22c17d0059340e2c90c3c316b746ba8b to your computer and use it in GitHub Desktop.
sVimrc - Safari Vim: https://safari-extensions.apple.com/?q=svim , see also https://gist.github.com/gibfahn/3cf4e6a17c85ff67d29fea37ed31963d/edit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let nextpagetextpatterns = ["[Nn]ext\\b.*", "[Mm]ore", "[Nn]ewer", ">", "→", "»", "≫", ">>"] | |
let prevpagetextpatterns = ["Prev(ious)\\b.*", "[Bb]ack", "[Oo]lder", "<", "‹", "←", "«", "≪", "<<"] | |
let hintcharacters = "zxcvbnmqwertyuiopasdfghjkl"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment