Posts tagged “text-editor”

20211113T141455

13 November 2021

TIL you can get Vim keybindings in XCode 13.

Menu Bar -> Editor -> Vim Mode




20211029T105802

29 October 2021

TIL you can sort lines of text in Vi.

  1. Select lines with Visual mode linewise
  2. :sort<CR>