summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_defaults.lua
AgeCommit message (Expand)AuthorFiles
2024-10-01feat(defaults): add default unimpaired style mappings (#28525)Gregory Anders1
2024-09-14fix(defaults): cannot remove "How-to disable mouse" menu item #30375Jaehwang Jung1
2024-09-05feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes1
2024-08-31feat(ui): gx: use url extmark attribute and tree-sitter directive (#30192)Gregory Anders1
2024-06-15fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)Jerry1
2024-06-14fix(terminal): set local values of window options (#29326)zeertzjq1
2024-06-12refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders1
2024-06-05fix(tui): move $COLORTERM check to _defaults.lua (#29197)Gregory Anders1
2024-05-28feat: add "jump" options to vim.diagnostic.config() (#29067)Gregory Anders1
2024-05-28feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)Gregory Anders1
2024-05-24feat(defaults): add LSP default mappings (again) (#28650)Gregory Anders1
2024-05-24fix: show swapfile warning as a warning (#28971)Gregory Anders1
2024-05-24feat: allow gx to function for markdown linksdundargoc1
2024-05-06revert: default LSP mappings (#28649)Gregory Anders1
2024-05-05fix(defaults): diagnostic mappings descriptions #28646Evgeni Chasnovski1
2024-05-03fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612Justin M. Keyes1
2024-04-30docs: misc #24163Justin M. Keyes1
2024-04-28feat(defaults): visual CTRL-R for LSP mappings #28537Justin M. Keyes1
2024-04-28feat(defaults): improve :grep defaults #28545Luna Saphie Mittelbach1
2024-04-28fix(diagnostic): get border from config (#28531)glepnir1
2024-04-26feat(diagnostic): add default mappings for diagnostics (#16230)Gregory Anders1
2024-04-26feat(lsp): add more LSP defaults (#28500)Gregory Anders1
2024-04-26fix: lua annotationsLewis Russell1
2024-04-25fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes1
2024-04-16feat(defaults): use ripgrep (rg) for 'grepprg' if availableLuna Saphie Mittelbach1
2024-04-15fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes1
2024-04-15fix(defaults): only repeat macro for each selected line if linewise (#28289)zeertzjq1
2024-04-13fix(defaults): auto-close terminal for &shell with args (#28276)Jaehwang Jung1
2024-04-12test: macros in Visual mode without default mappings (#28288)zeertzjq1
2024-04-05feat(comment): add built-in commentingEvgeni Chasnovski1
2024-04-05feat(defaults): add :Inspect to right-click menu (#28181)zeertzjq1
2024-03-28feat(tui): query extended underline support using DECRQSS (#28052)zeertzjq1
2024-02-29refactor(defaults): use getregion() for Visual mode gx (#27663)zeertzjq1
2024-02-29vim-patch:9.1.0142: getregion() can be improved (#27662)zeertzjq1
2024-02-26fix(defaults): validate 'channel' before responding to OSC request (#27594)Gregory Anders1
2024-02-23refactor(defaults): use getregion() for default * and # mappingszeertzjq1
2024-02-22fix(defaults): make terminal autoclose not block other events (#27581)Evgeni Chasnovski1
2024-02-22fix(defaults): remove tmux background detection passthrough (#27571)zeertzjq1
2024-01-15feat(terminal): respond to OSC background and foreground request (#17197)Daniel Steinberg1
2024-01-06fix(defaults): use augroup for default autocommands (#26933)Gregory Anders1
2023-12-28docs: small fixes (#26651)dundargoc1
2023-12-27feat(defaults): map Q and @x to repeat in Visual mode (#26495)Nacho Nieva1
2023-12-15refactor(defaults): always set options, even if value hasn't changed (#26595)Gregory Anders1
2023-12-14refactor(defaults): defer setting 'termguicolors' until after VimEnterGregory Anders1
2023-12-14docs: add comment for OSC 11 tmux passthrough (#26566)Gregory Anders1
2023-12-14fix(defaults): background detection in tmux (#26557)Jaehwang Jung1
2023-12-06feat(defaults): enable 'termguicolors' by default when supported by terminalGregory Anders1
2023-11-30fix: use BEL to terminate OSC 11 request (#26335)Gregory Anders1
2023-11-29fix(defaults): wait until VimEnter to set background (#26284)Gregory Anders1
2023-11-16refactor: use optional base argument of tonumber (#26070)Gregory Anders1