From 574e64f42f36838c9b1de72fa4b88c7d962ba8e1 Mon Sep 17 00:00:00 2001
From: Cody Hiar <codyfh@gmail.com>
Date: Sun, 19 Feb 2017 17:49:29 -0700
Subject: Since leader is now space, replace space mappings with leader

---
 plugin/vim-options.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim
index c4a8238..5abc841 100644
--- a/plugin/vim-options.vim
+++ b/plugin/vim-options.vim
@@ -157,7 +157,7 @@ nnoremap = ]c
 " Ack Searching
 "-----------------------------------------------------------------------------------------------------------------------
 if !empty(glob(EditorDir.'plugged/ack.vim/plugin/ack.vim'))
-  nnoremap <space>/ :call AckSearch()<CR>
+  nnoremap <leader>/ :call AckSearch()<CR>
   function! AckSearch()
     call inputsave()
     let term = input('Search: ')
-- 
cgit v1.2.3