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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
prompt-toolkit
/
pyvim
Public
Notifications
You must be signed in to change notification settings
Fork
162
Star
2.5k
Code
Issues
80
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Implement quit to match vim
- #125
#125
Open
lieryan
wants to merge 16 commits into
prompt-toolkit:master
prompt-toolkit/pyvim:master
from
lieryan:implement-quit
lieryan/pyvim:implement-quit
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
Implement quit to match vim
#125
lieryan
wants to merge 16 commits into
prompt-toolkit:master
prompt-toolkit/pyvim:master
from
lieryan:implement-quit
lieryan/pyvim:implement-quit
Copy head branch name to clipboard
Commits
Commits on May 29, 2019
Fix comment
lieryan
committed
89d5fa6
View commit details
Copy full SHA for 89d5fa6
Browse repository at this point
Fix C-t (indent_line)
lieryan
committed
127baef
View commit details
Copy full SHA for 127baef
Browse repository at this point
Add :ls and :files aliases for :buffers
lieryan
committed
ce151fc
View commit details
Copy full SHA for ce151fc
Browse repository at this point
Fix quit_all (:qa)
lieryan
committed
6aaea69
View commit details
Copy full SHA for 6aaea69
Browse repository at this point
Change write_and_quit_all (:wqa) to use quit_all()
lieryan
committed
fac9f71
View commit details
Copy full SHA for fac9f71
Browse repository at this point
Implement {WindowArrangement,TabPage}.get_windows_for_buffer()
lieryan
committed
ae6dbc6
View commit details
Copy full SHA for ae6dbc6
Browse repository at this point
Commits on May 31, 2019
Fix quit (:q) to close split/tab/pyvim to match vim
lieryan
committed
b81a5e1
View commit details
Copy full SHA for b81a5e1
Browse repository at this point
Refactor tests
lieryan
committed
ac8a5f8
View commit details
Copy full SHA for ac8a5f8
Browse repository at this point
Move handling of closing tab to close_window() and write test
lieryan
committed
0b1b694
View commit details
Copy full SHA for 0b1b694
Browse repository at this point
Implement :wq to use quit()
lieryan
committed
8e92840
View commit details
Copy full SHA for 8e92840
Browse repository at this point
Implement ZZ (normal mode map for :wq)
lieryan
committed
43c2825
View commit details
Copy full SHA for 43c2825
Browse repository at this point
Implement <C-z> (suspend_to_background)
lieryan
committed
9aea51f
View commit details
Copy full SHA for 9aea51f
Browse repository at this point
Fix typo pwd() was incorrectly named, should've been cd
lieryan
committed
ffcec1b
View commit details
Copy full SHA for ffcec1b
Browse repository at this point
Add expanduser to cd()
Show description for 8f3d933
lieryan
committed
8f3d933
View commit details
Copy full SHA for 8f3d933
Browse repository at this point
Implement :wa and :wqa to match vim
lieryan
committed
6ea3acf
View commit details
Copy full SHA for 6ea3acf
Browse repository at this point
Commits on Mar 1, 2020
Implement ZQ (normal mode map for :q!)
lieryan
committed
268eb1c
View commit details
Copy full SHA for 268eb1c
Browse repository at this point
You can’t perform that action at this time.