57c2dcb3a3
feat(neo-tree): added expanders
2023-03-03 20:10:45 +01:00
16e4a3f8fd
fix(leap): unpin leap
2023-03-02 08:19:03 +01:00
f9b7406df9
feat(telescope): Add open selected with trouble keymap ( #357 )
2023-03-01 13:10:04 +01:00
787ceab031
fix(leap): pin leap for now till flit issue is fixed
2023-03-01 11:39:33 +01:00
59fa83653f
feat(keymaps): Add previous/next trouble/quickfix item keymap [q
, ]q
( #299 )
2023-02-28 11:31:35 +01:00
4b37723558
fix(git-signs): larger icons for delete
2023-02-28 10:01:53 +01:00
588dc5dd65
fix(icons): replace obsolete Nerd icons ( #331 )
2023-02-28 09:59:50 +01:00
cccdc1cacf
feat(telescope): add <leader>sS
for :Telescope lsp_workspace_symbols
( #309 )
2023-02-20 08:21:39 +01:00
a0cf00c81b
fix(illuminate): always set refernce keymaps on the buffer as well to properly overwrite ftplugin mappings. Fixes #292
2023-02-17 21:32:25 +01:00
9edd1a938f
feat(telescope): add <leader>sR
for :Telescope resume
( #284 )
...
* feat(telescope): add `<leader>fR` for `:Telescope resume`
* fix: use `<leader>sR` instead or `<leader>fR
---------
Co-authored-by: Calvin Bochulak <cbochula@cisco.com >
2023-02-17 16:38:51 +01:00
eccd122e6d
feat(leap): lazy-load leap/flit and added keymaps
2023-02-16 14:12:10 +01:00
38eb3bf115
fix(which-key): only add noice group when noice is enabled
2023-02-14 14:40:34 +01:00
151bf12a9f
fix(telescope): make key bindings more consistent for telescope
2023-02-11 13:28:11 +01:00
fd0a0e829d
feat(telescope): improved Telescope mappings in normal and insert mode ( #231 )
...
Co-authored-by: sourproton <sourproton98@gmail.com >
2023-02-10 16:49:03 +01:00
42d2411bfa
fix(leap): don't use the x and X mappings in visual mode
2023-02-09 22:49:07 +01:00
5f5a564a82
fix(plugins): lazy-loading on BufReadPre or BufReadPost, should also use BufNewFile. Fixes #169
2023-02-07 21:59:33 +01:00
088914e1dd
feat(trouble): keymaps for trouble quicklist / loclist ( #171 )
...
* use trouble quicklist / loclist if available
* feat: added keymaps for loclist and qf list with trouble
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-02-07 21:50:41 +01:00
ac1f188525
fix(neo-tree): disable the <space>
mapping (you can use <cr>
instead), to make sure <leader>
mappings still work. Fixes #146
2023-01-29 09:17:37 +01:00
5ac9938cc8
fix(neo-tree): dont change cwd when opening neo-tree. Fixes #130
2023-01-25 14:54:34 +01:00
5a4cb1b7ee
fix(illuminate): delete ]]
and [[
keymaps set by ftplugins. Fixes #124
2023-01-25 08:15:12 +01:00
10f809784d
feat: added deactivate for neo-tree and noice
2023-01-24 08:39:41 +01:00
5aa85e47e4
fix(telescope): bind hidden/ignore to <a-i>
, <a-h>
instead of <c-i
> since thats the same as <tab>
. Fixes #117
2023-01-24 08:17:57 +01:00
88c112fc3a
refactor(todo)!: <leader>xtt
=> <leader>xT
2023-01-17 14:22:09 +01:00
7563b361b8
refactor(todo)!: moved search todo to <leader>st
2023-01-17 14:21:39 +01:00
254d3a0921
refactor(telescope)!: moved search diagnostics to <leader>sd
2023-01-17 14:20:58 +01:00
b0a83a5816
faet(telescope): added mappings for grep_string <leader>sw>
and colorscheme <leader>uC
2023-01-16 22:00:10 +01:00
bf31eccae2
feat(mini.surround): added lazy keys with descriptions to mini.surround
2023-01-16 21:16:51 +01:00
51690c0c39
refactor: util
=> Util
for consistency
2023-01-12 13:27:12 +01:00
c6b83a82bf
fix(telescope): highlights are now under <leader>sH
. #50
2023-01-12 07:58:07 +01:00
46dba8f67e
fix(keymaps): add missing wk entries for buffer switching; lowercase UI in menu ( #45 )
...
Co-authored-by: Andreas Gerlach <andreas.gerlach@xarvio.com >
2023-01-11 19:58:58 +01:00
f32ebb9182
refactor(telescope)!: moved most help
keymaps under <leader>s
(search)
2023-01-11 17:29:44 +01:00
24923ed31a
refactor(neotree)!: keymaps are now under <leader>fe
and <leader>fE
2023-01-11 17:28:55 +01:00
ed0628286f
feat(keymaps)!: toggle keymaps can now be found under UI <leader>u
2023-01-11 16:47:01 +01:00
81d798fdaa
feat(neo-tree): load neo-tree when specifying a direcory on the cmdline
2023-01-10 23:44:02 +01:00
542920fb82
feat(neo-tree): added <leader>e
and <leader>E
to toggle neo-tree
2023-01-09 22:12:19 +01:00
a0fadd6a11
fix(editor): gitsigns prev/next hunk keymap ( #26 )
...
Co-authored-by: Myles Mo <mylesmo.ash@gmail.com >
2023-01-09 08:03:53 +01:00
77b5e9ab56
refactor: use opts
everywhere, so any plugin config can now be extended
2023-01-08 16:13:22 +01:00
2135bc144c
refactor(plugins)!: plugins now use lazy.nvim's new opts
property to make it far easier to override options
2023-01-08 15:05:34 +01:00
531f8baf5e
feat(telescope): use git_files or find_files for files
2023-01-08 10:08:02 +01:00
53c08e7aa1
chore(telescope): use HEAD version, since telescope doesn't really use releases
2023-01-08 10:07:33 +01:00
31ddf90be9
feat(gitsigns): added gitsigns keymaps
2023-01-07 00:06:54 +01:00
91a2a25524
feat(which-key): added more group names
2023-01-05 08:36:25 +01:00
5bf59a6e83
fix(editor): typo and consistency ( #12 )
2023-01-05 08:35:11 +01:00
47fa58c2ed
feat(keymaps): added more keymaps
2023-01-04 21:34:49 +01:00
aa74156dfc
feat: added todo-comments
2023-01-04 13:51:54 +01:00
7280d59355
feat: added trouble
2023-01-04 13:51:45 +01:00
532049be0b
style: better keys formatting
2023-01-04 13:34:29 +01:00
ece9533206
feat: added persistence
2023-01-04 13:29:47 +01:00
e7c5d8a470
feat(telescope): better defaults
2023-01-04 13:22:28 +01:00
725bf0d00e
feat(which-key): added more group names
2023-01-04 13:05:04 +01:00