[konsole] [Bug 470100] cannot select and copy text on git log

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sun Jun 4 05:36:54 BST 2023


https://bugs.kde.org/show_bug.cgi?id=470100

greenscarf005 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |NOT A BUG

--- Comment #2 from greenscarf005 at gmail.com ---
my bad, i was wrongly adding ' --mouse' option to LESS variable in my
.gitconfig like:

[core]
  pager = less -LRc --mouse
[pager]
        diff = LESS='LRc --mouse' delta
        show = LESS='LRc --mouse' delta
        stash = LESS='LRc --mouse' delta
        log = LESS='LRc --mouse' delta
        reflog = LESS='LRc --mouse' delta

after removing '--mouse', it works as intended.

[core]
  pager = delta
[pager]
        diff = LESS=LRc delta
        show = LESS=LRc delta
        stash = LESS=LRc delta
        log = LESS=LRc delta
        reflog = LESS=LRc delta
  blame = LESS=LRc delta

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list