Neovim-from-scratch icon indicating copy to clipboard operation
Neovim-from-scratch copied to clipboard

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

Open wakywayne opened this issue 1 year ago • 0 comments

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){
    [ 
    
    *
    
    ]
    }
    ```

wakywayne avatar Apr 19 '23 14:04 wakywayne