Browse Source

Update README

Kevin Heinicke 8 years ago
parent
commit
5d6910ccad
1 changed files with 11 additions and 6 deletions
  1. 11 6
      README.md

+ 11 - 6
README.md

@@ -1,19 +1,24 @@
 ## my conf files
 Using [dotbot](https://github.com/anishathalye/dotbot) its awesome.
 
-I'm using a fork of `instant-markdown-d` which uses KaTeX for maths:
+I'm using a fork (of a fork of a fork) of `instant-markdown-d` which uses KaTeX
+for maths (and has the upstream up to date):
 
-    npm install -g git+https://github.com/peteruhnak/instant-markdown-d.git
+    npm install -g git+https://github.com/bixel/instant-markdown-d.git
 
 There are some other tweaks for OSX, I do not want to miss:
 
-  - Enabling key-repeat via `defaults write -g ApplePressAndHoldEnabled -bool false`
-  - Setting key-repeat rate via `defaults write NSGlobalDomain KeyRepeat -int 1`
-  - Setting initial key-repeat rate via `defaults write -g InitialKeyRepeat -int 10`
+  - Enabling key-repeat via `defaults write -g ApplePressAndHoldEnabled -bool
+    false`
+  - Setting key-repeat rate via `defaults write NSGlobalDomain KeyRepeat -int
+    1`
+  - Setting initial key-repeat rate via `defaults write -g InitialKeyRepeat
+    -int 10`
 
 The changes take effect after a logout.
 
 ## vim cheat sheet
 
 **git**
-- navigate history of current file: `:Glog`, `:cc`, `:cn`, every other quickfix nav
+- navigate history of current file: `:Glog`, `:cc`, `:cn`, every other quickfix
+  nav