Skip to content

Latest commit

 

History

History

cask

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Oh My Laptop Casks

This is part of oh-my-laptop.

Packages

This module install following apps on mac.

iTerm2

iTerm2 is a replacement for Terminal.app.

I personally customized following key sequences that follows readline editing style.

Go to Preferences -> Profiles -> Default -> Keys, then:

  • command + b -> send escape sequence + b
  • command + d -> send escape sequence + d
  • command + f -> send escape sequence + f
  • command + delete -> send hex codes: 0x1B 0x08