Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dominikduda
/
vimux
Public
forked from
preservim/vimux
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
0.3.0
User selector
All users
All time
Commit history
Commits on Jun 15, 2012
Remove deprecation warnings
benmills
committed
0eefeff
View commit details
Copy full SHA for 0eefeff
Browse repository at this point
Merge pull request #25 from sotte/rename_commands
Show description for 9012946
benmills
committed
9012946
View commit details
Copy full SHA for 9012946
Browse repository at this point
Commits on Jun 8, 2012
Enclose command in doc in >...<
sotte
committed
8402015
View commit details
Copy full SHA for 8402015
Browse repository at this point
Use new commands in doc.
sotte
committed
ec898ca
View commit details
Copy full SHA for ec898ca
Browse repository at this point
Rm new style command of an already deprecated function.
Show description for 642ea42
sotte
committed
642ea42
View commit details
Copy full SHA for 642ea42
Browse repository at this point
Commits on Jun 1, 2012
Rename all commands to have "Vimux" as prefix.
Show description for dbdee1c
sotte
committed
dbdee1c
View commit details
Copy full SHA for dbdee1c
Browse repository at this point
Add aliases of all cmds that start with 'Vimux*'.
Show description for 1bc5f5b
sotte
committed
1bc5f5b
View commit details
Copy full SHA for 1bc5f5b
Browse repository at this point
Update README and docs
benmills
committed
8a20aec
View commit details
Copy full SHA for 8a20aec
Browse repository at this point
Merge pull request #22 from sotte/rm_tags
Show description for 346f679
benmills
committed
346f679
View commit details
Copy full SHA for 346f679
Browse repository at this point
Merge pull request #21 from sotte/docs
Show description for 7f65c9c
benmills
committed
7f65c9c
View commit details
Copy full SHA for 7f65c9c
Browse repository at this point
Commits on May 31, 2012
The documentation is now available as vim help.
Show description for c57660b
sotte
committed
c57660b
View commit details
Copy full SHA for c57660b
Browse repository at this point
rm tags file and .gitignore it.
sotte
committed
0cf661c
View commit details
Copy full SHA for 0cf661c
Browse repository at this point
Commits on May 7, 2012
Merge pull request #18 from tonyskn/closeRunnerOnly
Show description for 3967826
benmills
committed
3967826
View commit details
Copy full SHA for 3967826
Browse repository at this point
Commits on May 5, 2012
Add `CloseVimTmuxRunner` command
Show description for 5975817
tonyskn
committed
5975817
View commit details
Copy full SHA for 5975817
Browse repository at this point
Commits on Apr 20, 2012
Add an optional argument to RunVimTmuxCommand to stop sending a return after the command. Fixes #9
benmills
committed
c853343
View commit details
Copy full SHA for c853343
Browse repository at this point
Allow single quotes in commands. Fixes #6
benmills
committed
06ba414
View commit details
Copy full SHA for 06ba414
Browse repository at this point
Add a VimuxResetSequence option so plugins can override
benmills
committed
b9684aa
View commit details
Copy full SHA for b9684aa
Browse repository at this point
Clear line and more accurately leave scroll-mode before runnign commands. Fixes #8
benmills
committed
e925b0e
View commit details
Copy full SHA for e925b0e
Browse repository at this point
Commits on Apr 15, 2012
Merge pull request #15 from antonishen/master
Show description for 252693e
benmills
committed
252693e
View commit details
Copy full SHA for 252693e
Browse repository at this point
don't explode if you aren't in a tmux session
joshingly
committed
de99c54
View commit details
Copy full SHA for de99c54
Browse repository at this point
ensure new panes are in the correct directory
joshingly
committed
62ded6f
View commit details
Copy full SHA for 62ded6f
Browse repository at this point
Commits on Apr 14, 2012
Merge pull request #11 from oscardelben/master
Show description for f0bdd95
benmills
committed
f0bdd95
View commit details
Copy full SHA for f0bdd95
Browse repository at this point
Rename ExistingPane to NearestPane
oscardelben
committed
4f90d43
View commit details
Copy full SHA for 4f90d43
Browse repository at this point
Update README.mkd
benmills
committed
d75780a
View commit details
Copy full SHA for d75780a
Browse repository at this point
Commits on Apr 12, 2012
Use tmux display to find the current session name making vimux tmux1.3 compatible. Fixes #7
benmills
committed
64a5ebe
View commit details
Copy full SHA for 64a5ebe
Browse repository at this point
Add option to use existing pane if one is found
oscardelben
committed
55f6c1f
View commit details
Copy full SHA for 55f6c1f
Browse repository at this point
Commits on Apr 11, 2012
Vim help docs
benmills
committed
96df089
View commit details
Copy full SHA for 96df089
Browse repository at this point
Commits on Apr 10, 2012
Change how current session is found. Fixes #7
benmills
committed
aeb965c
View commit details
Copy full SHA for aeb965c
Browse repository at this point
VimuxOrientation option to set the inital orientation of the runner pane. Fixes #5
benmills
committed
359fb92
View commit details
Copy full SHA for 359fb92
Browse repository at this point
Commits on Mar 30, 2012
Exit copy-mode before running a command in the runner pane. Fixes #3
benmills
committed
c4a0836
View commit details
Copy full SHA for c4a0836
Browse repository at this point
Commits on Mar 27, 2012
Add Platform-specific Plugins section to the README.
benmills
committed
d189f2b
View commit details
Copy full SHA for d189f2b
Browse repository at this point
Commits on Mar 24, 2012
Merge pull request #4 from pgr0ss/tslime_example
Show description for 3628c35
benmills
committed
3628c35
View commit details
Copy full SHA for 3628c35
Browse repository at this point
Minor wording update.
pgr0ss
committed
c6e564a
View commit details
Copy full SHA for c6e564a
Browse repository at this point
Show how to use vimux as a tslime replacement in the README.
pgr0ss
committed
0eba4c2
View commit details
Copy full SHA for 0eba4c2
Browse repository at this point
Commits on Mar 23, 2012
Prevent file from loading more than once, which means we do not need function! anymore.
pgr0ss
committed
9029bcd
View commit details
Copy full SHA for 9029bcd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.