Y
Hacker News
new
|
ask
|
show
|
jobs
by
sam_lowry_
357 days ago
I tried searching how to open the quickfix window in a vertical split, but found nothing. Any ideas?
1 comments
sam_lowry_
357 days ago
got it
find "$1" -name "$2" | vim -c cb! -c "vert 40copen" -
40 means open at 40 column.
link