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 }}
CKolkey
/
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
tests
on
main
User selector
All users
All time
Commit history
Commits on Jan 29, 2023
(mini.basics) NEW MODULE: initial commit.
echasnovski
committed
41940bb
View commit details
Copy full SHA for 41940bb
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
(mini.move) Update to silently do nothing if 'modifiable' is on.
echasnovski
committed
a7e74f7
View commit details
Copy full SHA for a7e74f7
View code at this point
Browse repository at this point
(mini.move) Make movement not produce messages.
echasnovski
committed
16e2caa
View commit details
Copy full SHA for 16e2caa
View code at this point
Browse repository at this point
(mini.move) FEATURE: Add `config.options` with `reindent_linewise`.
Show description for f693640
echasnovski
committed
f693640
View commit details
Copy full SHA for f693640
View code at this point
Browse repository at this point
(mini.move) Make cursor move along selection in linewise movement.
echasnovski
committed
b153ebf
View commit details
Copy full SHA for b153ebf
View code at this point
Browse repository at this point
Commits on Jan 15, 2023
(mini.move) Add missing validation of `line_left` and `line_right` mappings.
echasnovski
committed
30b1144
View commit details
Copy full SHA for 30b1144
View code at this point
Browse repository at this point
(mini.move) NEW MODULE: initial commit.
echasnovski
committed
1192022
View commit details
Copy full SHA for 1192022
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
(mini.ai tests) Ensure correct work with 'langmap'.
Show description for 96e648c
echasnovski
committed
96e648c
View commit details
Copy full SHA for 96e648c
View code at this point
Browse repository at this point
(mini.ai) Respect `config.mappings` when input textobject id is absent.
echasnovski
committed
ef0a5cd
View commit details
Copy full SHA for ef0a5cd
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
(mini.animate) Update `scroll` to properly restore intermediate options.
echasnovski
committed
2b4c767
View commit details
Copy full SHA for 2b4c767
View code at this point
Browse repository at this point
(mini.animate) Update `scroll` to place cursor proportionally to step.
echasnovski
committed
a9d228d
View commit details
Copy full SHA for a9d228d
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
(mini.starter) Refix `open()` to properly ensure Normal mode.
Show description for a2d436f
echasnovski
committed
a2d436f
View commit details
Copy full SHA for a2d436f
View code at this point
Browse repository at this point
Commits on Dec 29, 2022
(mini.starter) Fix `open()` to properly ensure Normal mode.
Show description for 32cb2b2
echasnovski
and
treywood
committed
32cb2b2
View commit details
Copy full SHA for 32cb2b2
View code at this point
Browse repository at this point
(mini.misc) Implement `setup_auto_root()` and `find_root()`.
Show description for bd6d1f3
echasnovski
committed
bd6d1f3
View commit details
Copy full SHA for bd6d1f3
View code at this point
Browse repository at this point
Commits on Dec 27, 2022
(mini.animate) Fix not animating just after buffer change.
Show description for 7eda9e9
echasnovski
committed
7eda9e9
View commit details
Copy full SHA for 7eda9e9
View code at this point
Browse repository at this point
(mini.completion) FEATURE: Implement `config.window.info.border` and
Show description for 1e0af70
echasnovski
and
mainendra
committed
1e0af70
View commit details
Copy full SHA for 1e0af70
View code at this point
Browse repository at this point
(mini.completion) BREAKING: Rename `config.window_dimensions` to `config.window`.
echasnovski
committed
1f243be
View commit details
Copy full SHA for 1f243be
View code at this point
Browse repository at this point
Commits on Dec 25, 2022
(mini.test) Fix `gen_reporter.buffer()` inability to run several times.
echasnovski
committed
37e48cc
View commit details
Copy full SHA for 37e48cc
View code at this point
Browse repository at this point
(mini.animate tests) Reduce test instability.
Show description for 908abe3
echasnovski
committed
908abe3
View commit details
Copy full SHA for 908abe3
View code at this point
Browse repository at this point
Commits on Dec 23, 2022
(mini.animate) Respect 'scrolloff' during scroll.
echasnovski
committed
c18abb4
View commit details
Copy full SHA for c18abb4
View code at this point
Browse repository at this point
Commits on Dec 22, 2022
(mini.animate) NEW MODULE: initial commit.
echasnovski
committed
0932110
View commit details
Copy full SHA for 0932110
View code at this point
Browse repository at this point
Commits on Dec 20, 2022
(mini.indentscope) Fix timer sub-millisecond rounding.
echasnovski
committed
eb1c488
View commit details
Copy full SHA for eb1c488
View code at this point
Browse repository at this point
Commits on Dec 11, 2022
(mini.indentscope tests) Add test for not overshadowing 'listchars'.
echasnovski
committed
82e0407
View commit details
Copy full SHA for 82e0407
View code at this point
Browse repository at this point
(mini.indentscope) BREAKING: Make `gen_animation` a table.
Show description for 442bdc3
echasnovski
committed
442bdc3
View commit details
Copy full SHA for 442bdc3
View code at this point
Browse repository at this point
(mini.indentscope) BREAKING: stop using `MiniIndentscopePrefix`.
Show description for e76bc58
echasnovski
committed
e76bc58
View commit details
Copy full SHA for e76bc58
View code at this point
Browse repository at this point
Commits on Nov 11, 2022
(mini.jump2d) Fix reset of `<CR>` mapping in quickfix window.
Show description for 9061584
chaucerbao
and
echasnovski
committed
9061584
View commit details
Copy full SHA for 9061584
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
(mini.ai) Fix non-valid `config.custom_textobjects` entry to fall back
Show description for 07ad489
echasnovski
committed
07ad489
View commit details
Copy full SHA for 07ad489
View code at this point
Browse repository at this point
Commits on Nov 5, 2022
(mini.test) Stop compatibility with Neovim<0.6.
echasnovski
committed
1f20d07
View commit details
Copy full SHA for 1f20d07
View code at this point
Browse repository at this point
(mini.statusline) Stop compatibility with Neovim<0.6.
echasnovski
committed
a7ecf4d
View commit details
Copy full SHA for a7ecf4d
View code at this point
Browse repository at this point
(mini.jump2d) Stop compatibility with Neovim<0.6.
echasnovski
committed
adb89ad
View commit details
Copy full SHA for adb89ad
View code at this point
Browse repository at this point
(mini.doc tests) Stop compatibility with Neovim<0.6.
echasnovski
committed
d9cf8e1
View commit details
Copy full SHA for d9cf8e1
View code at this point
Browse repository at this point
(mini.base16) Stop compatibility with Neovim<0.6.
echasnovski
committed
e29c18a
View commit details
Copy full SHA for e29c18a
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
(mini.surround) Fully deprecate previous specification.
echasnovski
committed
993e8d2
View commit details
Copy full SHA for 993e8d2
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
(mini.starter) Update `gen_hook.aligning()` to respect not-current window dimensions.
echasnovski
committed
8087764
View commit details
Copy full SHA for 8087764
View code at this point
Browse repository at this point
(mini.starter) Update hooks to be called with `(content, buf_id)` signature.
echasnovski
committed
98fa037
View commit details
Copy full SHA for 98fa037
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.