Updating workflowish keymaps to resize quickfix window
This commit is contained in:
parent
4b551d3654
commit
fb9da10b3d
2 changed files with 2 additions and 2 deletions
2
vimrc
2
vimrc
|
|
@ -199,7 +199,7 @@ nnoremap <leader>l :ls<cr>:b<space>
|
|||
let g:ctrlp_max_files = 10000
|
||||
|
||||
" Workflowish stuff. Search for #todo
|
||||
nnoremap <silent> <leader>T :vimgrep /#todo/i %<cr>:copen<cr>
|
||||
nnoremap <silent> <leader>T :vimgrep /#todo/i %<cr>:copen<cr>:30wincmd _<cr>
|
||||
|
||||
" Quickly switch back to quickfix
|
||||
nnoremap <silent> <leader>f :copen<cr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue