Sergio Laín
|
cd9f51f86b
|
🗑️ remove(nvim): center the screen on next result keymap
|
2024-06-30 02:50:00 +02:00 |
|
Sergio Laín
|
eca8325ec5
|
♻️ refactor(nvim): use Lazyvim notify api instead of neovim vim.notify
|
2024-05-27 16:28:13 +02:00 |
|
Sergio Laín
|
d323c40492
|
✨ feat(nvim): new keymap to open the line git blame on lazygit
|
2024-04-22 17:04:44 +02:00 |
|
Sergio Laín
|
3930144b87
|
♻️ refactor(nvim): select a tab keymap
|
2024-04-16 22:33:49 +02:00 |
|
Sergio Laín
|
09fc9cf8da
|
✨ feat(nvim): add new useful keymaps
extracted from lkhphuc great config: https://github.com/lkhphuc/dotfiles
|
2024-04-05 09:26:50 +02:00 |
|
Sergio Laín
|
24399a8460
|
✨ feat(nvim): new keymap to create a new tab with the current buffer
|
2024-04-04 08:42:23 +02:00 |
|
Sergio Laín
|
e6795f4673
|
✨ feat(nvim): added new keymap shorcuts for adding and removing words in the dictionary
|
2024-03-29 18:16:34 +01:00 |
|
Sergio Laín
|
f53e9fd66a
|
💄 style(nvim): updated desc of some keymaps for the first letter to be in uppercase
|
2024-03-29 18:16:08 +01:00 |
|
Sergio Laín
|
cbb00fcbb7
|
⚙️ config(nvim): change some keymaps
|
2024-03-24 01:16:03 +01:00 |
|
Sergio Laín
|
1a8fe9fdd6
|
♻️ refactor(nvim): use LazyVim global function instead of importing the util module of lazyvim
|
2024-03-22 21:29:48 +01:00 |
|
Sergio Laín
|
1c103c07de
|
✨ feat(nvim): add a dashboard keymap that supports alpha and dashboard-nvim
|
2024-03-17 01:51:44 +01:00 |
|
Sergio Laín
|
d49448c056
|
♻️ refactor(nvim): some keymaps refactoring
|
2024-03-17 01:46:30 +01:00 |
|
Sergio Laín
|
13723533a7
|
🗑️ remove(nvim): some comments at the top of the config files
|
2024-03-09 19:20:58 +01:00 |
|
Sergio Laín
|
e51a2652da
|
✨ feat(nvim): add new keymap to show linters attached to current buffer
|
2024-02-24 01:24:24 +01:00 |
|
Sergio Laín
|
fd9297666a
|
🗑️ remove(nvim): <leader>l keymap because of conflict
|
2024-02-18 13:44:58 +01:00 |
|
Sergio Laín
|
0f60cddd52
|
✨ feat(nvim): add new keymaps for lazy.nvim operations such as sync, check for update and update all plugins
|
2024-02-13 10:32:53 +01:00 |
|
Sergio Laín
|
2da357f367
|
⚙️ config(nvim): move some keymaps
|
2024-02-08 11:14:13 +01:00 |
|
Sergio Laín
|
e939bb0e08
|
✨ feat(nvim): add new keymaps for moving to the next and previous comment block
|
2024-02-03 13:03:47 +01:00 |
|
Sergio Laín
|
5738ff32d6
|
✨ feat(nvim): add easier bindings to cycle through tabs
|
2024-02-01 10:43:00 +01:00 |
|
Sergio Laín
|
53b0b9d24f
|
✨ feat(nvim): add toggle tabline keymap
|
2024-01-23 01:07:01 +01:00 |
|
Sergio Laín
|
d8ea9d61a6
|
🗑️ remove(nvim): background keymap toggle because redundancy with lazyvim's one
|
2024-01-23 01:06:48 +01:00 |
|
Sergio Laín
|
805c05e4bd
|
✨ feat(nvim): add new keymaps for easier identation
|
2024-01-19 13:49:55 +01:00 |
|
Sergio Laín
|
4f30e2d87a
|
♻️ refactor(nvim): move lazy keymaps into a custom group with <leader>l
|
2024-01-19 10:51:47 +01:00 |
|
Sergio Laín
|
2562ccc7cf
|
✨ feat(nvim): add new keymaps for moving on insert mode and save without formatting
|
2024-01-17 10:29:40 +01:00 |
|
Sergio Laín
|
deef70f731
|
♻️ refactor(nvim): keymaps that use specific positions are now converted into a for loop
|
2024-01-15 10:28:51 +01:00 |
|
Sergio Laín
|
398da33d9b
|
🚀 perf(nvim): change brave search lua call intro a local function
|
2024-01-11 11:44:55 +01:00 |
|
Sergio Laín
|
f64affa5c5
|
♻️ refactor(nvim): moved cinammon plugin keymaps to their config function instead of having them on the keymaps file
|
2024-01-08 00:01:06 +01:00 |
|
Sergio Laín
|
bcc80f632b
|
💄 style(nvim): added stylua ignore on one keymap
|
2024-01-07 17:52:17 +01:00 |
|
Sergio Laín
|
5d4eeb8f68
|
💄 style(nvim): indentation
|
2024-01-07 12:17:51 +01:00 |
|
Sergio Laín
|
68b072303d
|
✨ feat(nvim): add keymaps to switch between tabs
|
2024-01-06 20:28:22 +01:00 |
|
Sergio Laín
|
08762d1bb2
|
✨ feat(nvim): add new keymaps across a lot of plugins
|
2024-01-05 10:54:25 +01:00 |
|
Sergio Laín
|
caeae319e1
|
⚙️ config(nvim): cleaner code in the options.lua file
|
2024-01-04 17:25:29 +01:00 |
|
Sergio Laín
|
f0f8cdca0b
|
🗑️ remove(nvim): some global bindings and other options from neovide
|
2024-01-03 00:14:34 +01:00 |
|
Sergio Laín
|
4fd723b637
|
✨ feat(nvim): add new keymaps for not yank when changing
|
2024-01-02 11:09:39 +01:00 |
|
Sergio Laín
|
0401e35e9e
|
🗑️ remove(nvim): tab keymaps because they conflicted with luasnip
|
2024-01-02 10:18:57 +01:00 |
|
Sergio Laín
|
65255618d8
|
♻️ refactor(nvim): search in the internet keymap function
|
2023-12-23 02:02:17 +01:00 |
|
Sergio Laín
|
25324f18d2
|
✨ feat(nvim): add some buffer and tabs bindings
|
2023-12-22 11:42:16 +01:00 |
|
Sergio Laín
|
fee75c2c46
|
⚙️ config(nvim): add and comment some keymaps
|
2023-12-22 10:32:00 +01:00 |
|
Sergio Laín
|
d376952b51
|
⚙️ config(nvim): keymap changes
|
2023-12-22 00:05:07 +01:00 |
|
Sergio Laín
|
a01147f661
|
⚙️ config(nvim): add silent and description to some keymaps
|
2023-12-19 14:25:33 +01:00 |
|
Sergio Laín
|
e0d1f7079a
|
✨ feat(nvim): added binding to delete buffer in telescope
|
2023-12-16 18:16:10 +01:00 |
|
Sergio Laín
|
396cc02d68
|
⚙️ config(nvim): keymaps for going to the first and last character of the current line
|
2023-12-14 00:10:20 +01:00 |
|
Sergio Laín
|
62c4d8198e
|
⚙️ config(nvim): add new keymap for selecting all text within a file
|
2023-12-07 02:29:58 +01:00 |
|
Sergio Laín
|
2ae5f8f696
|
⚙️ config(nvim): changed some keymaps for the code-info part
|
2023-12-05 23:31:34 +01:00 |
|
Sergio Laín
|
bc4328f785
|
⚙️ config(nvim): changed keymaps and added some others for code info
|
2023-12-05 12:06:38 +01:00 |
|
Sergio Laín
|
b279eccf16
|
⚙️ config(nvim): new autocmd to fix telescope issue and binding to change color variant
|
2023-11-30 13:20:49 +01:00 |
|
Sergio Laín
|
d7ec4954a4
|
✨ feat(nvim): added new keymaps
copying the whole content of the file and deleting a line without copying its contents
|
2023-11-30 01:23:23 +01:00 |
|
Sergio Laín
|
fd1d904641
|
✨ feat(nvim): added floaterm as extra instead of default terminal
|
2023-11-26 01:34:51 +01:00 |
|
Sergio Laín
|
0006a7d21c
|
🐛 fix(nvim): check if cinnamon plugin is loaded before overwriting movement keys
|
2023-11-17 00:42:27 +01:00 |
|
Sergio Laín
|
aa696f684c
|
🗑️ remove(nvim): unnecesary keymap due to lazyvim already has it
|
2023-11-16 18:43:50 +01:00 |
|