simrat39 / symbols-outline.nvim

A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
MIT License
1.85k stars 97 forks source link

[Question]: When `jklh` and arrow keys are disabled, how do you navigate? #227

Open dzintars opened 1 year ago

dzintars commented 1 year ago

Hi all, I'm trying to "improve" my Vim experience and thus I went into "hard mode" by disabling mentioned keys ^1.

What is your typical navigation to jump through symbols?

Do you use show_numbers and 9G :9<cr> as example? Or you use / search?

I also noticed that nvim-tree ignores my jklh & arrows restrictions and I still can use those keys to navigate the file tree. I thought... mby it's not that bad to use jklh also in symbols-outline, but then again... how do I enable that just for symbols-outline split?

Any opinions/suggestions?

P.S. Looking for more "vim-idiomatic" solution/workflow. Not necessarily the most easiest.