Hacker News new | ask | show | jobs
by pizza 470 days ago
not a shortcut but still tremendously useful when I need it:

    # open some files in vertical splits

    > ls $FILES | nvim -O

    # -o does horizontal splits
1 comments

nvim -o $FILES