mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
s/ack/ag/g
This commit is contained in:
parent
f6be3f58c8
commit
7547514afc
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ Bundle 'altercation/vim-colors-solarized'
|
||||||
|
|
||||||
Bundle 'tpope/vim-bundler'
|
Bundle 'tpope/vim-bundler'
|
||||||
Bundle 'tpope/vim-fugitive'
|
Bundle 'tpope/vim-fugitive'
|
||||||
Bundle 'mileszs/ack.vim'
|
Bundle 'rking/ag.vim'
|
||||||
|
|
||||||
Bundle 'kien/ctrlp.vim'
|
Bundle 'kien/ctrlp.vim'
|
||||||
"Bundle 'Lokaltog/vim-powerline'
|
"Bundle 'Lokaltog/vim-powerline'
|
||||||
|
|
|
||||||
4
vimrc
4
vimrc
|
|
@ -156,8 +156,8 @@ command -nargs=1 C CoffeeCompile | :<args>
|
||||||
"session
|
"session
|
||||||
nnoremap <leader>S :mksession!<CR>
|
nnoremap <leader>S :mksession!<CR>
|
||||||
|
|
||||||
"Ack
|
"Ag
|
||||||
nnoremap <leader>a :Ack<SPACE>
|
nnoremap <leader>a :Ag<SPACE>
|
||||||
|
|
||||||
"SuperTab options
|
"SuperTab options
|
||||||
let g:SuperTabDefaultCompletionType = "context"
|
let g:SuperTabDefaultCompletionType = "context"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue