If I configure `delta` to default to side-by-side in my `.gitconfig`: ``` [delta] side-by-side = true ``` Then the `s` command never switches to unified view. It just toggles some line numbers on and off.
If I configure
deltato default to side-by-side in my.gitconfig:Then the
scommand never switches to unified view. It just toggles some line numbers on and off.