File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,22 @@ During interactive querying, the following shortcuts can be used:
7979
8080### MacOS: Pressing alt-j creates a ` ∆ ` symbol in iTerm2
8181
82+ You need to remap your alt-key to ` Esc+ ` in iTerm2:
8283- ` Cmd + , ` to enter preferences
8384- Go to Profiles
8485- select your profile from the pane on the left hand side
8586- go to the keys tab
8687- Set Left Option (⌥ ) Key to ` Esc+ `
8788
89+ See other suggestions on stackoverflow if the above one doesn't help you:
90+ https://stackoverflow.com/q/196357/205318
91+
92+ Another option is to map to ` ctrl+j ` instead by putting this in your ` .zshrc ` :
93+
94+ ``` sh
95+ bindkey ` ^j` jq-complete
96+ ```
97+
8898### Disable expanding shell aliases
8999
90100The plugin automatically expands shell aliases in a command before passing it
You can’t perform that action at this time.
0 commit comments