Code Monkey home page Code Monkey logo

Comments (5)

GopherJ avatar GopherJ commented on June 11, 2024

I cannot jump to a file with git modification/warnings/errors any more

from coc-explorer.

GopherJ avatar GopherJ commented on June 11, 2024

My config can be viewed at: https://github.com/GopherJ/cfg/tree/master/coc

from coc-explorer.

weirongxu avatar weirongxu commented on June 11, 2024

I'm using the latest version of coc.nvim and I'm not reproducing the problem.
What is the result of running :verbose nmap <leader>k in the coc-explorer buffer?

from coc-explorer.

GopherJ avatar GopherJ commented on June 11, 2024

@weirongxu it returns this:

n  \k           @<Plug>(coc-explorer-key-n-[leader]k)
        Last set from ~/.config/coc/extensions/node_modules/coc-explorer/autoload/coc_explorer/mappings
.vim line 13
n  \k            <Plug>(coc-diagnostic-prev-error)
        Last set from ~/.vim/init.vim line 496
Press ENTER or type command to continue

from coc-explorer.

GopherJ avatar GopherJ commented on June 11, 2024

I tried again and it seems <leader>k,j,K, J is working, ;k,j is still broken, I have the following in ~/.vimrc, not sure if it's related

nmap <expr> ;k empty(get(b:, "coc_git_status", "")) ? "<Plug>(coc-git-prevconflict)" : "<Plug>(coc-git-prevchunk)"
nmap <expr> ;j empty(get(b:, "coc_git_status", "")) ? "<Plug>(coc-git-nextconflict)" : "<Plug>(coc-git-nextchunk)"

from coc-explorer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.