diff --git a/fzf-with-MacVim-and-iTerm2.md b/fzf-with-MacVim-and-iTerm2.md index 33e720e..49ee702 100644 --- a/fzf-with-MacVim-and-iTerm2.md +++ b/fzf-with-MacVim-and-iTerm2.md @@ -28,3 +28,11 @@ osascript -e \ end tell 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)` \ No newline at end of file