nvim: Add file bracketed movement

For now there is no strict reason to have it disabled, even if I don't
use it much. At the same time I can always re-disable it if I need the
bracketed movement for something more important later down the line.
This commit is contained in:
Marty Oehme 2025-06-21 10:46:31 +02:00
parent f558a68976
commit bbab0f1674
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -187,7 +187,7 @@ return {
comment = { suffix = "k", options = {} },
conflict = { suffix = "" }, -- disable to use git-conflict instead
diagnostic = { suffix = "e", options = {} },
file = { suffix = "", options = {} },
file = { suffix = "f", options = {} },
indent = { suffix = "" }, -- disable since we use indentscope
jump = { suffix = "j", options = {} },
location = { suffix = "l", options = {} },