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
|
|
@ -1 +1 @@
|
|||
Subproject commit d05b2010ffd4cd33ff9402c402051b1caf985d97
|
||||
Subproject commit c2ae9e09ca1f33ff1e13e629a0b2e6bdd19f83a9
|
||||
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