diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-05-29 14:50:02 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-05-29 14:50:02 +0200 |
| commit | f0c57489632a4550f0d45030c53f31e8589c9889 (patch) | |
| tree | b5a1263f10d0dd03d057daef648b6d0febafa9da | |
| parent | d20131863adc4f800134858219e3bb768fbd2446 (diff) | |
Use shift modifier to create kitty instances
| -rw-r--r-- | skhdrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ # ] # open terminal, blazingly fast compared to iTerm/Hyper -alt - return : /Applications/kitty.app/Contents/MacOS/kitty --single-instance -d ~ +shift + alt - return : /Applications/kitty.app/Contents/MacOS/kitty --single-instance -d ~ # open qutebrowser # cmd + shift - return : ~/Scripts/qtb.sh |