Merge branch 'master' of git.barakmich.com:barak/dotfiles
This commit is contained in:
commit
9b21ae50b1
2 changed files with 676 additions and 0 deletions
2
.vimrc
2
.vimrc
|
|
@ -614,6 +614,8 @@ nnoremap <Leader>ss :SyntasticSetLoclist<CR>
|
|||
nnoremap <Leader>fn :lnext<CR>
|
||||
" Prev quickfix.
|
||||
nnoremap <Leader>fp :lprev<CR>
|
||||
nnoremap <silent> <Leader>aa :<C-u>Denite -mode=normal -buffer-name=search-buffer grep<CR>
|
||||
nnoremap <silent> <Leader>ac :<C-u>Denite -resume -mode=normal -buffer-name=search-buffer<CR>
|
||||
nnoremap <silent> <Leader>aw :<C-u>DeniteCursorWord -mode=normal -buffer-name=search-buffer grep<CR>
|
||||
call denite#custom#map('insert', '<Enter>', '<C-o>')
|
||||
call denite#custom#var('grep', 'command', ['pt'])
|
||||
|
|
|
|||
674
.weechat/weechat.conf
Normal file
674
.weechat/weechat.conf
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue