mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-20 17:43:42 -05:00
information about setting the size of the iTerm window
@@ -28,3 +28,11 @@ osascript -e \
|
|||||||
end tell
|
end tell
|
||||||
end run' "$1" "$PWD"
|
end run' "$1" "$PWD"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
to control the size of the generated iTerm window you just need to insert the lines
|
||||||
|
|
||||||
|
```applescript
|
||||||
|
set number of columns of myterm to C
|
||||||
|
set number of rows of myterm to R
|
||||||
|
```
|
||||||
|
for some numbers C,R after `set myterm to (make new terminal)`
|
||||||
Reference in New Issue
Block a user