LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.18k forks source link

"[[" Brings to the top of the file instead of opening "[" #299

Open wakywayne opened 1 year ago

wakywayne commented 1 year ago

I cannot find where this setting is. Is this the default behavior of [[ to go to the top of the file and my understanding of vim is wrong? I would expect in the following example running the [[ command on the star would bring you to the opening [.

function(num nm){
    [ 

    *

    ]
    }