diff options
| author | Teddy Wing | 2018-03-26 19:49:34 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-03-26 19:49:34 +0200 |
| commit | ff730bc45304726dc1edba6ed649ba14aef4398a (patch) | |
| tree | 4804822858a6e05900aef4c5dd5cda8e6a58e3a6 /README.md | |
| parent | 3924da0b5220f75b0fd511997947032fee90dbad (diff) | |
| download | QWAZERTY-ff730bc45304726dc1edba6ed649ba14aef4398a.tar.bz2 | |
README: Add a section for example usage with .vimrc mappings
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
