summaryrefslogtreecommitdiff
path: root/lua/keymappings.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-09-14fix: no preselect for up/down, c-j/c-k and tab/s-tabChristian Chiarulli
2021-08-26[Refactor]: only allow a single logger (#1405)kylo252
2021-08-26fix logging when plenary is not available (#1390)kylo252
2021-08-14Add command mode key mapping table (#1306)Marcelo Cerri
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
2021-08-03Keymapping custom opts (#1215)Dery Rahman Ahaddienata
2021-08-02[Refactor] Allow editing default keymaps (#1213)kylo252
2021-08-02[Refactor] Adopt which key mapping style (#1210)Luc Sinet
* Refactor keymappings to match which-key style * Update confif example + remove redundant way of registering mappings
2021-07-31Wraps the logic in parenthesis so it works correctly (#1190)rebuilt
2021-07-31gs for signature helpChris
2021-07-31[Feature] Expose lsp config (#1156)Luc Sinet
2021-07-31[Refactor] Define keymapppings helpers in utils.keymap (#1176)Luc Sinet
2021-07-28Fix typo in insert mode keybindingsAlvaro Troya
2021-07-26[Refactor] remove lv prefix (#1112)Luc Sinet
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua
2021-07-24New contract (#1080)Christian Chiarulli
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-19fixed terminal navigation keys (#1033)Abouzar Parvan
2021-07-18fix keymappings issueAbouzar Parvan
2021-07-18[Refactor] Make default keybindings configurable (#988)kylo252
2021-07-12refactor single filechristianchiarulli
2021-07-12Define keymappings using a mapping table (#753)Luc Sinet
:rocket:
2021-07-12Remove t-keymap which overrides term-app's <ESC> (#886)chaeing
2021-07-10avoiding OCD attack with the help of folke/todo-comments (#839)Abouzar Parvan
2021-07-09more refactorchristianchiarulli
2021-07-09more config refactorchristianchiarulli
2021-07-09fix mac resize keyschristianchiarulli
2021-07-09fix styling issues (#811)Abouzar Parvan
2021-07-08Fix terminal window navigation keymaps (#776)Nawfal bin Mohmad Rouyan
Missing '>' for <C+\\>
2021-07-07Terminal window keymappings from vimscript to lua (#757)Henrik Nilsson
2021-07-06fix resizing keybindings for mac (#725)Abouzar Parvan
2021-07-04start formatting rulesRafael
2021-07-04[KEYMAP] Support quickfix navigation with [q / ]q (#660)James Walmsley
2021-07-04[KEYBINDINGS] Add Alt-jk etc for move line up/down. (#659)James Walmsley
2021-06-29updateschristianchiarulli
2021-06-26Consolidate compe keymaps in one place (#524)tafryn
2021-06-18nvim-compe key map added (#484)PBird
2021-06-18vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug ↵rmagillxyz
(#479)
2021-05-29add some useful plugins to base config and a option to enable extraschristianchiarulli
2021-05-27QuickFix quality of life (#435)tafryn
* Exclude the quickfix buffer from the barbar buffer list * Add mapping and function to toggle the quickfix window
2021-05-27bug fix for netrw's gx command (#431)rmagillxyz
* open remote link in browser correctly with gx, not in a tmp file
2021-05-19Changed Window resizing to lua (#410)Omar Bassam
2021-05-04Improvements (#361)Junliang Yan
* Swap setting and lv-setting order to allow customization to preserve * Swap Left/Right to move naturally
2021-05-02Readd Keybinding to go to normal mode. (#345)Ferran Sulaiman
* Fix Autopairs Not working issue using Treesitter * Readd keybindings to go to normal mode from insert mode
2021-04-29lua based whichkeychristianchiarulli
2021-04-06Add vim-vinegar style mapping for Ranger (#223)Alan Jenkins
Adds a vim-vinegar style mapping ('-' in normal mode) for accessing ranger.
2021-03-19snippet streamChris
2021-03-19updatesChris
2021-03-17updatesChris
2021-03-15updatesChris
2021-03-14better keymapsChris