Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wakywayne opened this issue Apr 19, 2023 · 1 comment
Open

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

wakywayne opened this issue Apr 19, 2023 · 1 comment

Comments

@wakywayne
Copy link

wakywayne commented Apr 19, 2023

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 wakywayne changed the title "[[ "[[" Brings to the top of the file instead of opening "[" Apr 19, 2023
@machichima
Copy link

This is the default behaviour. You may use % instead to jump between both end of [].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants