Neovim-from-scratch
Neovim-from-scratch copied to clipboard
"[[" Brings to the top of the file instead of opening "["
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){
[
*
]
}
```