aboutsummaryrefslogtreecommitdiff
path: root/lua/user/keys.lua
Commit message (Collapse)AuthorAge
* Changed vim.keymap.set to mapsrdusr2023-03-13
|
* Add plugin dap mappingssrdusr2023-03-12
|
* Better description on Conditional q mappingsrdusr2023-03-06
|
* Clean config by moving Toggle Diff function to utils.vimsrdusr2023-03-06
|
* Mapping to diff filessrdusr2023-03-05
|
* Mapping for messages and clear messagessrdusr2023-03-05
|
* Fixed error messages on leaving floating windows on conditional 'q' mapping ↵srdusr2023-03-04
| | | | by using silent command
* Add mapping to toggle plugin "lsp_lines"srdusr2023-03-04
|
* Add help to conditional 'q' mappingsrdusr2023-03-04
|
* Add quickfix to conditional mapping for 'q'srdusr2023-03-04
|
* Use q to quit on floating windows otherwise still use it for macros ↵srdusr2023-03-03
| | | | (conditional)
* Removed minimap plugin/mappingsrdusr2023-02-25
|
* Made mapping for MinimapTogglesrdusr2023-02-24
|
* Add dashboard mappingsrdusr2023-02-23
|
* Add keybinding to toggle quickfix listsrdusr2023-02-19
|
* Add plugin Replacer.nvim keybindingsrdusr2023-02-19
|
* Add Telescope function/binding to search for scripts in script directorysrdusr2023-02-18
|
* Add even more Trouble keybindingssrdusr2023-02-16
|
* Add Trouble toggle for the pluginsrdusr2023-02-16
|
* Add description to echo when Vim-rooter keybinding is calledsrdusr2023-02-15
|
* Fixed Zen-mode toggle from saying "Press ENTER or type command to contiune"srdusr2023-02-14
|
* Mapping for vim-rootersrdusr2023-02-14
|
* Modified Zen-mode mapping to not show messages after being called, mostly ↵srdusr2023-02-14
| | | | caused by vim-rooter
* Add Zen-mode togglesrdusr2023-02-13
|
* Add telescope mapping for notification historysrdusr2023-02-13
|
* Add Markdown-preview and Glow plugins keybindingssrdusr2023-02-13
|
* Add telescope buffers keybindingsrdusr2023-02-13
|
* Removed "local mods = require("user.mods")srdusr2023-02-13
|
* Changed 'utils.lua' and 'local utils' to 'mods.lua' and 'local mods' ↵srdusr2023-02-12
| | | | respectively
* New mapping for lazygit through toggletermsrdusr2023-02-12
|
* Moved all functions to utils.vimsrdusr2023-02-09
|
* Changed markdown preview binding for glow plugin insteadsrdusr2023-02-06
|
* Changed packer keybindings to <leader> then Capital P and whatever ↵srdusr2023-02-04
| | | | corresponding key needed
* Commented out 'last search pattern'srdusr2023-02-01
|
* Clean configsrdusr2023-01-31
|
* Add alternative mappings for jumping to next match on line and repeating ↵srdusr2023-01-26
| | | | last command | Navigator plugin keymappings
* Add fugitive keybindingssrdusr2023-01-02
|
* Fixed toggleterm keybindingsrdusr2023-01-02
|
* Add toggleterm keybindingsrdusr2022-12-30
|
* Add lazygit keybindingsrdusr2022-12-30
|
* Changed quick escape binding to 'jj'srdusr2022-12-19
|
* Swapped keybindings for telescopes's find_files and hidden find_filessrdusr2022-12-17
|
* Added markdown-preview toggle keybindingsrdusr2022-11-22
|
* New binding to set current working directory '%:p:h'srdusr2022-11-12
|
* New telescope mappings for 'changed_files', 'keymaps', 'help_tags', ↵srdusr2022-11-08
| | | | 'find_notes', 'grep_notes' and 'find_configs'
* Experimenting with telescope plugin and it's extensionssrdusr2022-11-07
|
* fzf-lua and telescope hidden files keymapsrdusr2022-11-04
|
* new key to clear messages in the cmdline since Ctrl-l is being used for ↵srdusr2022-11-03
| | | | something else
* Recording macros is now fastersrdusr2022-11-02
|
* Removed unnecessary filessrdusr2022-10-26
|