Skip to content

Commit

Permalink
Darwin: Capture unmanaged iTerm2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
shajra committed Jan 19, 2024
1 parent 5345203 commit 584d9b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions unmanaged/iterm2/README.org
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#+title: Unmanaged MacOS iTerm2 Configuration

Most of the configuration of iTerm2 that I require is in profiles. iTerm2 has a
GUI for exporting and importing profiles. This [[./Profiles.json][./Profiles.json]] file is an
untouched export from that interface.
There's two configurations in iTerm that support an export/import options:

- Settings → Keys (use [[./shajra.itermkeymap][shajra.itermkeymap]])
- Settings → Profiles (use [[./Profiles.json][Profiles.json]]}

Most configuration of iTerm2 that I require is in profiles. The keymap most
importantly passes through Cmd+Enter as an escaped Enter, which works for Vim
and Emacs.

Other settings that I recall setting:
- General: tmux: ☑️ Automatically bury the tmux session after connecting
Expand Down
1 change: 1 addition & 0 deletions unmanaged/iterm2/shajra.itermkeymap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Key Mappings":{"0x9-0x40000":{"Text":"","Action":32},"0xf72b-0x100000":{"Text":"","Action":4},"0xf702-0x320000":{"Text":"","Action":33},"0xf703-0x300000":{"Text":"","Action":0},"0xf701-0x300000":{"Text":"","Action":6},"0xf72d-0x100000":{"Text":"","Action":8},"0x19-0x60000":{"Text":"","Action":39},"0xf702-0x300000":{"Text":"","Action":2},"0xf703-0x320000":{"Text":"","Action":34},"0xf700-0x300000":{"Text":"","Action":7},"0xf72c-0x100000":{"Text":"","Action":9},"0xf729-0x100000":{"Text":"","Action":5},"0xf72c-0x20000":{"Text":"","Action":9},"0xd-0x100000-0x24":{"Version":1,"Action":11,"Text":"0x1b 0x0d","Label":""},"0xf72d-0x20000":{"Text":"","Action":8}},"Touch Bar Items":{}}

0 comments on commit 584d9b3

Please sign in to comment.