Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
46c2af39
Commit
46c2af39
authored
Mar 30, 2012
by
Derek Wyatt
Committed by
Phil Eichinger
Mar 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the README to include documentation on the postCallVim callout
parent
5a81fda4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
plugins/vim-interaction/README.md
+13
-0
No files found.
plugins/vim-interaction/README.md
View file @
46c2af39
...
@@ -25,6 +25,19 @@ There are a few aliases presented as well:
...
@@ -25,6 +25,19 @@ There are a few aliases presented as well:
*
`vvsp`
Edits the passed in file but first makes a vertical split
*
`vvsp`
Edits the passed in file but first makes a vertical split
*
`vhsp`
Edits the passed in file but first makes a horizontal 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 ##
## Examples ##
This will load
`/tmp/myfile.scala`
into the running GVim session:
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