[konsole] [Bug 376770] Impossible to unbind Shift + Up/Down
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Wed Nov 1 16:03:07 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=376770
--- Comment #2 from andydecleyre at gmail.com ---
I don't know if things have changed, but things do seem different than what I
thought when I reported this.
In Terminator, outside of my tmux session, inside of a text editor with
shift+up/down bound to change the text selection, that works fine. In
Terminator, inside of a tmux session, it also works fine. In Konsole, outside
of a tmux session, it also works fine. But in Konsole, inside a tmux session,
it does not -- instead, it does some sort of paging of the terminal contents.
tmux config:
set -g prefix `
bind ` send-prefix
set -g mouse on
set -ga terminal-overrides ',xterm-256color:Tc:smcup@:rmcup@'
setw -g mode-keys vi
setw -g xterm-keys on
set -g history-limit 300000
set -g status off
set -g set-titles on
set -g set-titles-string "#W - #{USER}@#h.#I"
bind j prev
bind k next
bind l new-window
bind s set -g status
bind -T copy-mode-vi c send -X copy-pipe "xclip -sel clip"
I'll investigate on the tmux side as well, but so far it seems particular to
Konsole.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list