Posts tagged “text-editor”

TIL you can get Vim keybindings in XCode 13.

November 13, 2021

TIL you can get Vim keybindings in XCode 13.

Menu Bar -> Editor -> Vim Mode




TIL you can sort lines of text in Vi.

October 29, 2021

TIL you can sort lines of text in Vi.

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