Y
Hacker News
new
|
ask
|
show
|
jobs
by
tetris11
248 days ago
I use it on and off, but for the life of me can't get over the issue that line wrapping is the default behaviour with no easy switch
1 comments
rascul
248 days ago
the --wrap options don't do it for you?
link
tetris11
248 days ago
oh yeah `--wrap never`, I guess I should setup an alias -- thanks
link
stephenlf
248 days ago
I don’t even think you need an alias. There’s a bat config file (`bat —config-file` to find it). You can probably drop `—wrap never` there. I include a few different `—map-syntax` declarations there.
link