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 }}
tani
/
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
CHANGELOG.md
on
main
User selector
All users
All time
Commit history
Commits on May 26, 2022
Use development version.
echasnovski
committed
0499f96
View commit details
Copy full SHA for 0499f96
View code at this point
Browse repository at this point
Bump version to 0.4.0.
echasnovski
committed
4cc8b44
View commit details
Copy full SHA for 4cc8b44
View code at this point
Browse repository at this point
Update 'CHANGELOG.md'.
echasnovski
committed
2bae96b
View commit details
Copy full SHA for 2bae96b
View code at this point
Browse repository at this point
Commits on May 9, 2022
(mini.starter) Add `<C-n>` and `<C-p>` to default mappings.
echasnovski
committed
ee7c022
View commit details
Copy full SHA for ee7c022
View code at this point
Browse repository at this point
Commits on May 8, 2022
(mini.completion) Add support for `additionalTextEdits`.
Show description for b0ba2b9
echasnovski
committed
b0ba2b9
View commit details
Copy full SHA for b0ba2b9
View code at this point
Browse repository at this point
Commits on May 6, 2022
(mini.jump2d) NEW MODULE: initial commit.
echasnovski
committed
b9eedc7
View commit details
Copy full SHA for b9eedc7
View code at this point
Browse repository at this point
Commits on Apr 30, 2022
(mini.sessions) FEATURE: Implement `config.hooks`.
Show description for 9ef1031
echasnovski
committed
9ef1031
View commit details
Copy full SHA for 9ef1031
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
(mini.tabline) BREAKING FEATURE: Implement `config.tabpage_section`.
Show description for 56c4e8b
echasnovski
committed
56c4e8b
View commit details
Copy full SHA for 56c4e8b
View code at this point
Browse repository at this point
Commits on Apr 24, 2022
(mini.tabline) Show quickfix/loclist buffers with special `*quickfix*`
Show description for dde0959
echasnovski
committed
dde0959
View commit details
Copy full SHA for dde0959
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
(all) Use mapping description for Neovim>=0.7.
echasnovski
committed
09d516e
View commit details
Copy full SHA for 09d516e
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
Various small fixes and tweaks.
echasnovski
committed
8134370
View commit details
Copy full SHA for 8134370
View code at this point
Browse repository at this point
(mini.surround) FEATURE: implement `config.search_method`.
echasnovski
committed
c9670af
View commit details
Copy full SHA for c9670af
View code at this point
Browse repository at this point
Commits on Apr 19, 2022
(mini.surround) FEATURE: implement `MiniSurround.user_input()`.
echasnovski
committed
297993c
View commit details
Copy full SHA for 297993c
View code at this point
Browse repository at this point
(mini.surround) FEATURE: implement custom surroundings.
echasnovski
committed
19b0f13
View commit details
Copy full SHA for 19b0f13
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
(mini.surround) Deprecate `config.funname_pattern`.
echasnovski
committed
f0ce883
View commit details
Copy full SHA for f0ce883
View code at this point
Browse repository at this point
(mini.surround) Make empty string a valid user input.
echasnovski
committed
14960b8
View commit details
Copy full SHA for 14960b8
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
(mini.surround) BREAKING: always move cursor to the right of left
Show description for e6f8544
echasnovski
committed
e6f8544
View commit details
Copy full SHA for e6f8544
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
(mini.statusline) Change default icon for `section_diagnostics()`.
echasnovski
committed
e576fc7
View commit details
Copy full SHA for e576fc7
View code at this point
Browse repository at this point
Commits on Apr 9, 2022
(mini.starter) Allow `config.header` and `config.footer` to have any
Show description for 588cf66
echasnovski
committed
588cf66
View commit details
Copy full SHA for 588cf66
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
(mini.sessions) BREAKING: Give errors instead of messages on incorrect
Show description for c2b527b
echasnovski
committed
c2b527b
View commit details
Copy full SHA for c2b527b
View code at this point
Browse repository at this point
(mini.comment) Implement `config.hooks` with `pre` and `post` hooks.
Show description for c77396e
echasnovski
committed
c77396e
View commit details
Copy full SHA for c77396e
View code at this point
Browse repository at this point
Commits on Apr 1, 2022
(mini.pairs) Make mappings for `<BS>` and `<CR>` only when needed.
echasnovski
committed
f406b56
View commit details
Copy full SHA for f406b56
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
Update 'CHANGELOG.md'.
echasnovski
committed
af6cca1
View commit details
Copy full SHA for af6cca1
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
BREAKING: update 'CHANGELOG.md' with soft-deprecation of
Show description for c77dc6b
echasnovski
committed
c77dc6b
View commit details
Copy full SHA for c77dc6b
View code at this point
Browse repository at this point
Commits on Mar 10, 2022
Update 'CHANGELOG.md'.
echasnovski
committed
147b7d7
View commit details
Copy full SHA for 147b7d7
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
Use development version.
echasnovski
committed
fc95760
View commit details
Copy full SHA for fc95760
View code at this point
Browse repository at this point
Bump version to 0.3.0.
echasnovski
committed
2726e70
View commit details
Copy full SHA for 2726e70
View code at this point
Browse repository at this point
Update 'CHANGELOG.md'.
echasnovski
committed
18da872
View commit details
Copy full SHA for 18da872
View code at this point
Browse repository at this point
Commits on Feb 10, 2022
Add information about 'mini.indentscope'.
echasnovski
committed
1f1386f
View commit details
Copy full SHA for 1f1386f
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
Add information about 'mini.doc'.
echasnovski
committed
34d12fa
View commit details
Copy full SHA for 34d12fa
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
(mini.cursorword) Implement possibility of different highlighting of current word under cursor.
Show description for a65c65f
echasnovski
committed
a65c65f
View commit details
Copy full SHA for a65c65f
View code at this point
Browse repository at this point
Commits on Dec 19, 2021
Use development version.
echasnovski
committed
ee3381b
View commit details
Copy full SHA for ee3381b
View code at this point
Browse repository at this point
Bump version to 0.2.0.
echasnovski
committed
3c67686
View commit details
Copy full SHA for 3c67686
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
Update CHANGELOG.
echasnovski
committed
bd84910
View commit details
Copy full SHA for bd84910
View code at this point
Browse repository at this point
Commits on Nov 14, 2021
(mini.jump) NEW MODULE: initial commit.
echasnovski
committed
cfa108e
View commit details
Copy full SHA for cfa108e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.