aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2c807fd..fe5e62c 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,14 @@ access to functionality with a single button press.
## Screenshots
+## Example Usage
+Here is an extract from my `.vimrc`, which adds bindings to run Ruby tests when
+the special emoji key is pressed:
+
+ nnoremap 🕳 :call RunCurrentSpecFile()
+ nnoremap ⛳ :call RunNearestSpec()
+
+
## Install