2

The + key takes you to the parent folder in Finder.

How can I assign this key to do the same in iTerm - basically an alias for cd ..?

techraf
  • 3,958
elexhobby
  • 131

2 Answers2

1

Solution with keyboard maestro: Create a macro group for iterm. enter image description here

Create the following macro. enter image description here

Place the macro in the iterm group.

1

Applescript syntax for iterm: https://www.iterm2.com/documentation-one-page.html#documentation-scripting.html How to call your applescript with a keyboard shortcut: How do I assign a keyboard shortcut to an AppleScript I wrote?