summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_defaults.lua
AgeCommit message (Expand)AuthorFiles
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-12-29feat(terminal): include sequence terminator in TermRequest event (#37152)Kyle1
2025-12-08fix(exrc): ensure consistent 'exrc' loading sequence #35148€šm̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰̰�Ř§Ů Â£╟©舐æØ¢£ðsÞ¥¿—1
2025-11-25refactor(defaults): deduplicate selection_range() mappings #36686Riley Bruins1
2025-11-24feat(lsp): incremental-selection operator-pending mode #36575Branden Call1
2025-10-25fix(terminal): adjust marks when deleting scrollback lines (#36294)zeertzjq1
2025-10-24fix(terminal): wrong row in TermRequest with full scrollback (#36298)zeertzjq1
2025-10-02feat(tui): native progress bars for Progress events #35973Gregory Anders1
2025-09-16docs: small fixes (#35791)zeertzjq1
2025-08-22feat(tui): add nvim_ui_send (#35406)Gregory Anders1
2025-07-19fix(treesitter): ":EditQuery [lang]" with injected languages #34914Peter Cardenas1
2025-06-29fix(exrc): exrc knows its own location (#34638)Yochem van Rosmalen1
2025-06-26feat(defaults): map "grt" to LSP type_definition #34642Caleb White1
2025-06-18docs: api, miscJustin M. Keyes1
2025-06-17fix(lsp): support v:count in selection_range() #34551Riley Bruins1
2025-06-12feat(lsp): incremental selection via "textDocument/selectionRange" #34011Riley Bruins1
2025-06-06fix: type fixesLewis Russell1
2025-05-20feat(exrc): stop searching in parent directories by unsetting 'exrc'Yochem van Rosmalen1
2025-05-19fix(defaults): start exrc search from parent directoryYochem van Rosmalen1
2025-05-11feat(exrc): search in parent directories (#33889)Yochem van Rosmalen1
2025-03-31fix(defaults): enable :terminal [[,]] motion in operator-pending mode #33217Ghjuvan Lacambre1
2025-03-30fix(defaults): visual-mode [[,]] for :terminal shell prompts #33201msaher1
2025-03-14feat(snippet): set snippet keymaps permanent instead of dynamic (#31887)Mathias Fußenegger1
2025-03-12feat(treesitter): allow passing lang to InspectTreeMaria José Solano1
2025-03-07feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736Gregory Anders1
2025-03-05fix(tui): remove DCS escaping in tmux (#32723)Gregory Anders1
2025-03-05feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders1
2025-02-20vim-patch:c729d6d: runtime: decouple Open and Launch commands and gx mapping ...Luca Saccarola1
2025-02-10refactor(defaults): cleanup enable_ctx_menu #32391Siddhant Agarwal1
2025-02-09fix(defaults): improve visual search mappings #32378neeshy1
2025-02-09feat(defaults): "Show Diagnostics" in mouse popupmenu #32122Siddhant Agarwal1
2025-01-30docs: miscdundargoc1
2025-01-14refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano1
2025-01-09feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-06feat(defaults): disable 'foldcolumn' in terminal buffers (#31480)Micah Halter1
2024-12-05fix(defaults): don't replace keycodes in Visual search mappings (#31460)zeertzjq1
2024-12-04defaults: disable 'number', 'relativenumber', and 'signcolumn' in terminal bu...Gregory Anders1
2024-11-26feat(tui): update 'background' on theme change events (#31350)Gregory Anders1
2024-11-25fix(defaults): omit empty line from unimpaired mapping messages (#31347)Marcus Caisey1
2024-11-17feat(defaults): dot-repeat [<Space> #31186Peter Aronoff1
2024-11-15feat(default): bind `vim.lsp.buf.signature_help` in select mode (#31223)Yi Ming1
2024-11-04feat(defaults): unimpaired empty line below/above cursor #30984Yochem van Rosmalen1
2024-10-29fix(defaults): omit extraneous info from unimpaired mapping errors (#30983)Gregory Anders1
2024-10-28feat(defaults): map gO to LSP document_symbol #30781Nikita Revenco1
2024-10-25fix(defaults): missing ]Q/[Q unimpaired mappings #30943Maria José Solano1
2024-10-23fix(defaults): error messages UX for unimpaired mappings #30884Maria José Solano1
2024-10-11feat(defaults): map gri to vim.lsp.buf.implementation() (#30764)Gregory Anders1
2024-10-04fix(defaults): use "range" instead of "count" for some mappings (#30642)Gregory Anders1
2024-10-03fix(defaults): properly pass count to quickfix commands (#30632)zeertzjq1