m/fzf
1
0
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

gleachkr
2014-06-23 12:58:21 -07:00
parent eb7be37917
commit c1795c6b04

@@ -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)`