Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
c2e459ad
Commit
c2e459ad
authored
Mar 30, 2012
by
Derek Wyatt
Browse files
Updated the README to include documentation on the postCallVim callout
parent
04a75366
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/vim-interaction/README.md
View file @
c2e459ad
...
...
@@ -25,6 +25,19 @@ There are a few aliases presented as well:
*
`vvsp`
Edits the passed in file but first makes a vertical split
*
`vhsp`
Edits the passed in file but first makes a horizontal split
## Post Callout ##
At the end of the
`callvim`
function we invoke the
`postCallVim`
function if it
exists. If you're using MacVim, for example, you could define a function that
brings window focus to it after the file is loaded:
function postCallVim
{
osascript -e 'tell application "MacVim" to activate'
}
This'll be different depending on your OS / Window Manager.
## Examples ##
This will load
`/tmp/myfile.scala`
into the running GVim session:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment