130 Commits (4b1bca5303f39adf7d664a2fa25d720f210bf1ad)

Author SHA1 Message Date
siduck 4b1bca5303 clean mapping syntax 3 months ago
Jhon Vidal 9414658e35
fix: mapping update for new version of indent-blankline plugin (#2683)
* fix: mapping update for new version of indent-blankline plugin

obsolete function, correcting for the new version of said indent-blankline plugin

* improve blankline mapping
---------

Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
3 months ago
TheFedaikin da85f7fbcd feat(mappings): make <esc> a cmd to remove flickering (#2456) 7 months ago
KorigamiK 35ee0bc81d Fix unreachable mappings for the lsp (#2443) 8 months ago
siduck 92b7f38e83 rm nvterm & use ui.term related mappings 8 months ago
Al Berez 3091ea5835
Keep visual selection when indent (#2382)
When user indent visually selected text with `>>` or `<<` this change will keep visual selection.
9 months ago
camel_case a69e8dc591
feat(lsp): add visual mode code actions (#2353) 9 months ago
siduck 8ea74bc23b update some module paths 10 months ago
siduck 10b668d98a make formatting mapping <leader>fm as general mapping #2167
so its available even if an actual lsp isnt attached to the buffer
11 months ago
siduck 262a06776a change mapping for telescope marks 1 year ago
siduck f6229b4b46 add mapping for telescope bookmarks (#2035) 1 year ago
André Carneiro a54e4e9272
chore: consistent border style when navigating diagnostics (#2033) 1 year ago
Lexey Khom 699aeaa442
style(mappings): One style for descriptions (#2018)
* style(mappings.lua): Abbreviations in Upper case (like "LSP")

* style(mappings.lua): One description style - Sentence case

Only the first word of a sentence and proper nouns are capitalized,
with the rest of the words in lowercase.

* style(mappings.lua): Replase "_" to " " in descriptions
1 year ago
Shubham K b5cf9fde0e
Added current buffer fuzzy find key mapping (#1903)
* Added current buffer fuzzy find key mapping

* change telescope fuzzy mapping to <leader>fz

 Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
1 year ago
siduck 907b112514 make some mapping keybinds lowercased (#1897) 1 year ago
prometheusalpha 3479853e69 feat(mappings): add description to movement keys in normal mode 1 year ago
hoangnh280 0619ef4e1e fix(mappings): fix description of j key in x mode 1 year ago
siduck a5906e48fb use function in init opts for all plugins
if this isnt done then disabling a plugin will still have its init opt called, read https://github.com/NvChad/NvChad/discussions/1879
1 year ago
waneon 8ec2cb3b76 feat: Increase visibility of floating diagnostic 1 year ago
siduck 08faf1d05a re-add ESC mapping for clearing highlights 1 year ago
siduck 609b5450d5 add mappings btn in nvdash 1 year ago
siduck 0aafb002b5 misc & cleanup 1 year ago
siduck 1b8eff7516 migrate to lazy.nvim 1 year ago
siduck 9bd303feee rm mappings for navigating within insert mode
describes the issue with it https://github.com/NvChad/NvChad/issues/1294#issuecomment-1359897212
1 year ago
siduck 4c3eafbc20 add option for cheatsheet theme
and add description for some mappings
1 year ago
siduck cdbdd66929 use default mapping for diagnostic goto_next 2 years ago
siduck 00be26275e keep some gitsigns mappings only | rm 0.7v related stuff 2 years ago
Jacob E. Tuz Poot 3fae9d88c5 feat: add buffer mapping for gitsigns 2 years ago
siduck 83572cc15b move tabufline related functions to ui repo 2 years ago
Lucario387 5db641289d change jk mapping for visual mode only 2 years ago
Lucario387 d617bb5a75 fix pasting in select mode 2 years ago
siduck a6f2f0e0b9 Breaking Change: Avoid mapping default keybind <S-b>
related to #1504 #1386, leader + b is the new key for opening new buffers now
2 years ago
siduck 5f23aaf1ca update comment.nvim mappings ( fix its breaking change )
cd1c38163d
2 years ago
siduck 01b17d2ad6 remove icons from mapping descriptions
they look good on whichkey but its too much work to find icons for each mapping description and not all nerdfont icons align the same, some need extra spaces etc so i removed them
2 years ago
siduck 65cb9ba5fc fix typo in lsp_references mapping | #1445 2 years ago
Akianonymus f4655e13ec mappings: Only set mappings if the plugin is enabled
format files

fix some lsp warnings
2 years ago
siduck cf5e7e9811 add mapping for tbufpick command 2 years ago
siduck d8b966730c remove useless mappings | gt & gT already exists 2 years ago
siduck 6f0aa376a8 set shiftwidth to 2 | format all files
big thanks to @ghifarit53
2 years ago
Akianonymus fa68c66454 mappings: Do not use j,k mappings in operator mode 2 years ago
siduck fb9a7b9206 add nvchad ui plugin 2 years ago
Akianonymus b9f0e4623e mappings: Add back mappings removed in 0844431d37 | Format files 2 years ago
siduck 845d5b4866 write own lightweight tabufline | remove bufferline 2 years ago
siduck 4f1ee6ec8f Breaking change for statusline_separator field users | optimize statusline & make it overridable
added cmd fields for various plugins for example lspinstaller+lspconfig gets loaded only when a file opened but their commands can be run before a file is opened so I additionally lazy loaded them on their cmds too
2 years ago
siduck 9bca3eacae clean config | fix (#1225) (#1226) 2 years ago
siduck 700801b313 avoid overriding default vim.lsp functions
read https://github.com/NvChad/NvChad/discussions/1180
2 years ago
siduck d802e8e2a6 add lsp rename popup window
thx to @LeonHeidelbach for fixing some outdated stuff in the original table : https://www.reddit.com/r/neovim/comments/ql4iuj/rename_hover_including_window_title_and/
2 years ago
siduck cb97cef2a7 remove usage of globals for util functions 2 years ago
siduck 0f013d4e7b Breaking change for non-whichkey users | Refactor mapping functions 2 years ago
Leon Heidelbach f8b5571466 fix: fixed lspconfig issues and cleaned up 2 years ago