Adding Ack back to vimrc
This commit is contained in:
parent
8e366e7a31
commit
20ba10eceb
2 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit c2ae9e09ca1f33ff1e13e629a0b2e6bdd19f83a9
|
||||
Subproject commit 397c085a19a22f6be515665835d09a2505cb3f23
|
||||
6
vimrc
6
vimrc
|
|
@ -18,7 +18,7 @@ Bundle 'tpope/vim-surround'
|
|||
Bundle 'tpope/vim-fugitive'
|
||||
Bundle 'tpope/vim-endwise'
|
||||
Bundle 'tpope/vim-rsi'
|
||||
" Bundle 'mileszs/ack'
|
||||
Bundle 'mileszs/ack.vim'
|
||||
Bundle 'Lokaltog/vim-powerline.git'
|
||||
Bundle 'Lokaltog/vim-easymotion'
|
||||
Bundle 'bkad/CamelCaseMotion'
|
||||
|
|
@ -44,7 +44,7 @@ Bundle 'lukaszkorecki/workflowish'
|
|||
Bundle 'searchfold.vim'
|
||||
Bundle 'godlygeek/tabular'
|
||||
Bundle 'kshenoy/vim-signature'
|
||||
Bundle 'SirVer/ultisnips'
|
||||
"Bundle 'SirVer/ultisnips'
|
||||
Bundle 'fmoralesc/vim-pad'
|
||||
|
||||
filetype plugin indent on " last Vundle requirement
|
||||
|
|
@ -191,7 +191,7 @@ nnoremap <leader>v <c-w>v<c-w>l
|
|||
nnoremap <leader>W :%s/\s\+$//e<cr>
|
||||
|
||||
" open Ack
|
||||
" nnoremap <leader>a :Ack<space>
|
||||
nnoremap <leader>a :Ack<space>
|
||||
|
||||
" Marked
|
||||
nnoremap <leader>m :silent !open -a Marked.app '%:p'<cr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue