aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 3646f81..17121fb 100644
--- a/vimrc
+++ b/vimrc
@@ -381,6 +381,10 @@
" * Add <leader>mk to save a Vim session file.
" * Add mapping to run RSpec file with unicode U+1F573 "hole" character.
"
+" 2017.09.26:
+" * Add mapping to run nearest RSpec spec with unicode U+26F3 "flag in
+" hole" character.
+"
" Pathogen
@@ -592,6 +596,7 @@ let g:slimv_swank_cmd = '! screen -d -m -t REPL-SBCL sbcl --load ~/.vim/bundle/s
nnoremap <leader>z :call RunCurrentSpecFile()<cr>
nnoremap <leader>Z :call RunNearestSpec()<cr>
nnoremap 🕳 :call RunCurrentSpecFile()<cr>
+nnoremap ⛳ :call RunNearestSpec()<cr>
" Whitespace method chain