Posts tagged tips

Dec23

iTerm2 tips & tricks

iterm2 tips tricks productivity | comments

Jumping to the start and end of the line

In case you didn't know, you can jump to the start or end of the line using Ctrl-a or Ctrl-e when you're in the command line.

Map Ctrl-a to Cmd ←

Continue reading »

Dec07

VIM Tips

vim tips | comments

:w !sudo tee %      # Write to a file you don't have permission to
:options            # to show all the `set` options
:verbose set sts    # shows where sts was set