From c1795c6b04fa45c47c71b4420a68f93d6b8f1028 Mon Sep 17 00:00:00 2001 From: gleachkr Date: Mon, 23 Jun 2014 12:58:21 -0700 Subject: [PATCH] information about setting the size of the iTerm window --- fzf-with-MacVim-and-iTerm2.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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