Skip to content

Commit

Permalink
Bye ag. Hello gg.
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
  • Loading branch information
stephencelis committed Feb 22, 2016
1 parent a3090b7 commit 3e64a57
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ formulae = \
ghc \
git \
go \
htop \
hub \
io \
kotlin \
lua \
mercurial \
ninja \
Expand All @@ -28,7 +30,6 @@ formulae = \
redis \
ruby-build \
rust \
the_silver_searcher \
tig \
trash \
tree \
Expand Down
2 changes: 1 addition & 1 deletion config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if test -f $HOME/.config/fish/local.fish
end

# aliases
alias ag 'ag --smart-case'
alias gg 'git grep'

if type -q trash
alias rm 'trash'
Expand Down
1 change: 0 additions & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ bind v split-window -h
# pretty
set -g status-bg blue
setw -g window-status-current-bg white
bind -n ^k clear-history

# scrolling
set -g terminal-overrides 'xterm*:smcup@:rmcup@:screen-256color'
Expand Down
6 changes: 5 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Plug 'bling/vim-airline'
Plug 'bronson/vim-trailing-whitespace'
Plug 'ervandew/supertab'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'rking/ag.vim'
Plug 'scrooloose/syntastic'
Plug 'terryma/vim-multiple-cursors'
Plug 'tjennings/git-grep-vim'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-endwise'
Plug 'tpope/vim-fugitive'
Expand Down Expand Up @@ -148,3 +148,7 @@ autocmd BufReadPost * if &filetype !~ '^git\c' && line("'\"") > 0 && line("'\"")
\| exe "normal! g`\"" | endif

set mouse=a

" GitGrep.vim

map <leader>f :GitGrep<space>""<space><left><left>

0 comments on commit 3e64a57

Please sign in to comment.