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 }}
alcpereira
/
mini.nvim
Public
forked from
nvim-mini/mini.nvim
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
Breadcrumbs
History for
mini.nvim
lua
mini
on
main
User selector
All users
All time
Commit history
Commits on Oct 15, 2024
fix(files): update refreshing to account for possibly closed windows
Show description for d4ce7d0
echasnovski
committed
d4ce7d0
View commit details
Copy full SHA for d4ce7d0
View code at this point
Browse repository at this point
fix(surround)!: make `find`, `find_left`, `highlight` not dot-repeatable
Show description for 82f5d8f
echasnovski
committed
82f5d8f
View commit details
Copy full SHA for 82f5d8f
View code at this point
Browse repository at this point
Commits on Oct 13, 2024
feat(clue): update `gen_clues.g()` to show built-in LSP for `gr` keys
echasnovski
committed
5ef7427
View commit details
Copy full SHA for 5ef7427
View code at this point
Browse repository at this point
fix(operators): remove new default `gri` mapping
Show description for c61a0d4
echasnovski
committed
c61a0d4
View commit details
Copy full SHA for c61a0d4
View code at this point
Browse repository at this point
Commits on Oct 11, 2024
fix(pairs): update `cr()` to not trigger `TextChanged`
Show description for c235203
echasnovski
committed
c235203
View commit details
Copy full SHA for c235203
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
docs(notify): add example of showing notifications in bottom right
Show description for a535342
echasnovski
committed
a535342
View commit details
Copy full SHA for a535342
View code at this point
Browse repository at this point
docs(pairs): clarify that it works only with two character pair
echasnovski
committed
16408bc
View commit details
Copy full SHA for 16408bc
View code at this point
Browse repository at this point
docs(files): mention not lazy loading to work for directory in arglist
echasnovski
committed
319361e
View commit details
Copy full SHA for 319361e
View code at this point
Browse repository at this point
feat(hues): add `'lowmedium'` and `'mediumhigh'` saturation levels
Show description for b2c4c08
echasnovski
committed
b2c4c08
View commit details
Copy full SHA for b2c4c08
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
feat(test)!: update `skip()` to skip case when called in `pre_case` hook
Show description for 379a3dd
echasnovski
committed
379a3dd
View commit details
Copy full SHA for 379a3dd
View code at this point
Browse repository at this point
feat(test): allow `finally()` be executed several times in one function
echasnovski
committed
00c8bf0
View commit details
Copy full SHA for 00c8bf0
View code at this point
Browse repository at this point
feat(test): implement `n_retry` test set property
echasnovski
committed
5b3b859
View commit details
Copy full SHA for 5b3b859
View code at this point
Browse repository at this point
feat(test): update collected cases to have hook source data
echasnovski
committed
1637510
View commit details
Copy full SHA for 1637510
View code at this point
Browse repository at this point
refactor(test): schedule all case sub-steps in a single callback
echasnovski
committed
3796719
View commit details
Copy full SHA for 3796719
View code at this point
Browse repository at this point
Commits on Oct 3, 2024
refactor(hues): fix inconsistent formatting
echasnovski
committed
61e5d46
View commit details
Copy full SHA for 61e5d46
View code at this point
Browse repository at this point
Commits on Sep 28, 2024
refactor(ALL): account for Nightly `vim.treesitter.get_parser` changes
Show description for 848c5e8
echasnovski
committed
848c5e8
View commit details
Copy full SHA for 848c5e8
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
fix(pairs): prevent cursor flicker in `open()` and `cr()` mappings
Show description for db1c4eb
39555
and
echasnovski
committed
db1c4eb
View commit details
Copy full SHA for db1c4eb
View code at this point
Browse repository at this point
docs(bracketed): fix typo
neapsix
authored and
echasnovski
committed
0c57094
View commit details
Copy full SHA for 0c57094
View code at this point
Browse repository at this point
fix(hipatterns)!: remove previously soft deprecated `priority` field
Show description for 282de9b
echasnovski
committed
282de9b
View commit details
Copy full SHA for 282de9b
View code at this point
Browse repository at this point
refactor(bracketed): remove outdated check from `treesitter()` target
echasnovski
committed
a5748e0
View commit details
Copy full SHA for a5748e0
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
docs(pick): add usage example to `ui_select()`
echasnovski
committed
e50cf9d
View commit details
Copy full SHA for e50cf9d
View code at this point
Browse repository at this point
Commits on Sep 12, 2024
docs(sessions): link to `MiniPick.ui_select()` in `select()` help
echasnovski
committed
5c72e4d
View commit details
Copy full SHA for 5c72e4d
View code at this point
Browse repository at this point
Commits on Sep 10, 2024
feat(base16): add 'kevinhwang91/nvim-bqf'
echasnovski
committed
f0d6e89
View commit details
Copy full SHA for f0d6e89
View code at this point
Browse repository at this point
feat(hues): add 'kevinhwang91/nvim-bqf'
Show description for a09266c
echasnovski
and
wroyca
committed
a09266c
View commit details
Copy full SHA for a09266c
View code at this point
Browse repository at this point
Commits on Sep 9, 2024
fix(operators): ensure all operators work with all 'virtualedit' values
Show description for 3eb0705
echasnovski
committed
3eb0705
View commit details
Copy full SHA for 3eb0705
View code at this point
Browse repository at this point
fix(misc): update `setup_termbg_sync` to target stdout stream explicitly
Show description for a1f08f1
wroyca
and
echasnovski
committed
a1f08f1
View commit details
Copy full SHA for a1f08f1
View code at this point
Browse repository at this point
Commits on Sep 7, 2024
feat(git): update `show_at_cursor` to work in 'mini.deps' confirm buffer
Show description for 0021192
echasnovski
committed
0021192
View commit details
Copy full SHA for 0021192
View code at this point
Browse repository at this point
Commits on Sep 6, 2024
feat(ALL): ensure plugin's colors are defined after any color scheme
Show description for d231729
echasnovski
committed
d231729
View commit details
Copy full SHA for d231729
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
fix(ALL): adjust after `vim.tbl_deep_extend` change on Nightly
Show description for 14f81b9
echasnovski
committed
14f81b9
View commit details
Copy full SHA for 14f81b9
View code at this point
Browse repository at this point
feat(files): autocreate `'` bookmark before every jump to other bookmark
Show description for 7874974
echasnovski
committed
7874974
View commit details
Copy full SHA for 7874974
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
feat(files): implement bookmarks
echasnovski
committed
eb0f557
View commit details
Copy full SHA for eb0f557
View code at this point
Browse repository at this point
Commits on Sep 1, 2024
refactor(files): update `reveal_cwd()` to use `set_branch()`
echasnovski
committed
5da685d
View commit details
Copy full SHA for 5da685d
View code at this point
Browse repository at this point
feat(files): add `set_branch()`
Show description for 9633bb8
echasnovski
committed
9633bb8
View commit details
Copy full SHA for 9633bb8
View code at this point
Browse repository at this point
Commits on Aug 31, 2024
feat(files): update `get_explorer_state()` to include more fields
Show description for 07837f7
echasnovski
committed
07837f7
View commit details
Copy full SHA for 07837f7
View code at this point
Browse repository at this point
feat(files)!: soft deprecate `get_target_window()`
Show description for 612e863
echasnovski
committed
612e863
View commit details
Copy full SHA for 612e863
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.