From ff730bc45304726dc1edba6ed649ba14aef4398a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 26 Mar 2018 19:49:34 +0200 Subject: README: Add a section for example usage with .vimrc mappings --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3