From bb8f1f1429a750d32a928553eadb2ff26a672e75 Mon Sep 17 00:00:00 2001
From: Pierre Walch <code@pwal.ch>
Date: Wed, 13 Mar 2024 01:58:02 +0100
Subject: [PATCH] Fix iterm2 'with Profile' shortcut instructions

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 208f932..94ef060 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,8 @@ Install Brew:
 - `Settings > General > Selection`: check `Applications in terminal may access keyboard`
 - `Settings > Keys > Key Bindings`
   - set `Next Pane` to `CMD+j`
-  - set `Split Vertically with "Default" Profile` to `CMD+k`
-  - set `Split Horizontally with "Default" Profile` to `CMD+l`
+  - set `Split Vertically with Profile` (Default) to `CMD+k`
+  - set `Split Horizontally with Profile` (Default) to `CMD+l`
   - set `New Tab with "Default" Profile"` to `CMD+t`
   - set `Scroll One Line Up` to `CMD+up`
   - set `Scroll One Line Down` to `CMD+down`