aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_defaults.lua
Commit message (Expand)AuthorAge
* fix(defaults): omit extraneous info from unimpaired mapping errors (#30983)Gregory Anders2024-10-29
* feat(defaults): map gO to LSP document_symbol #30781Nikita Revenco2024-10-28
* fix(defaults): missing ]Q/[Q unimpaired mappings #30943Maria José Solano2024-10-25
* fix(defaults): error messages UX for unimpaired mappings #30884Maria José Solano2024-10-23
* feat(defaults): map gri to vim.lsp.buf.implementation() (#30764)Gregory Anders2024-10-11
* fix(defaults): use "range" instead of "count" for some mappings (#30642)Gregory Anders2024-10-04
* fix(defaults): properly pass count to quickfix commands (#30632)zeertzjq2024-10-03
* feat(defaults): add default unimpaired style mappings (#28525)Gregory Anders2024-10-01
* fix(defaults): cannot remove "How-to disable mouse" menu item #30375Jaehwang Jung2024-09-14
* feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes2024-09-05
* feat(ui): gx: use url extmark attribute and tree-sitter directive (#30192)Gregory Anders2024-08-31
* fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)Jerry2024-06-15
* fix(terminal): set local values of window options (#29326)zeertzjq2024-06-14
* refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders2024-06-12
* fix(tui): move $COLORTERM check to _defaults.lua (#29197)Gregory Anders2024-06-05
* feat: add "jump" options to vim.diagnostic.config() (#29067)Gregory Anders2024-05-28
* feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)Gregory Anders2024-05-28
* feat(defaults): add LSP default mappings (again) (#28650)Gregory Anders2024-05-24
* fix: show swapfile warning as a warning (#28971)Gregory Anders2024-05-24
* feat: allow gx to function for markdown linksdundargoc2024-05-24
* revert: default LSP mappings (#28649)Gregory Anders2024-05-06
* fix(defaults): diagnostic mappings descriptions #28646Evgeni Chasnovski2024-05-05
* fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612Justin M. Keyes2024-05-03
* docs: misc #24163Justin M. Keyes2024-04-30
* feat(defaults): visual CTRL-R for LSP mappings #28537Justin M. Keyes2024-04-28
* feat(defaults): improve :grep defaults #28545Luna Saphie Mittelbach2024-04-28
* fix(diagnostic): get border from config (#28531)glepnir2024-04-28
* feat(diagnostic): add default mappings for diagnostics (#16230)Gregory Anders2024-04-26
* feat(lsp): add more LSP defaults (#28500)Gregory Anders2024-04-26
* fix: lua annotationsLewis Russell2024-04-26
* fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes2024-04-25
* feat(defaults): use ripgrep (rg) for 'grepprg' if availableLuna Saphie Mittelbach2024-04-16
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* fix(defaults): only repeat macro for each selected line if linewise (#28289)zeertzjq2024-04-15
* fix(defaults): auto-close terminal for &shell with args (#28276)Jaehwang Jung2024-04-13
* test: macros in Visual mode without default mappings (#28288)zeertzjq2024-04-12
* feat(comment): add built-in commentingEvgeni Chasnovski2024-04-05
* feat(defaults): add :Inspect to right-click menu (#28181)zeertzjq2024-04-05
* feat(tui): query extended underline support using DECRQSS (#28052)zeertzjq2024-03-28
* refactor(defaults): use getregion() for Visual mode gx (#27663)zeertzjq2024-02-29
* vim-patch:9.1.0142: getregion() can be improved (#27662)zeertzjq2024-02-29
* fix(defaults): validate 'channel' before responding to OSC request (#27594)Gregory Anders2024-02-26
* refactor(defaults): use getregion() for default * and # mappingszeertzjq2024-02-23
* fix(defaults): make terminal autoclose not block other events (#27581)Evgeni Chasnovski2024-02-22
* fix(defaults): remove tmux background detection passthrough (#27571)zeertzjq2024-02-22
* feat(terminal): respond to OSC background and foreground request (#17197)Daniel Steinberg2024-01-15
* fix(defaults): use augroup for default autocommands (#26933)Gregory Anders2024-01-06
* docs: small fixes (#26651)dundargoc2023-12-28
* feat(defaults): map Q and @x to repeat in Visual mode (#26495)Nacho Nieva2023-12-27
* refactor(defaults): always set options, even if value hasn't changed (#26595)Gregory Anders2023-12-15