tabby icon indicating copy to clipboard operation
tabby copied to clipboard

Cannot select text in tmux session

Open dhx20150812 opened this issue 4 years ago • 4 comments

Describe the problem: When I'm in tmux session, I cannot select output text on the screen. Everything is ok when I'm not using tmux. I've noticed the same problem on my mac and ubuntu system.

To Reproduce: Environment:

  • Tabby 1.0.175
  • tmux 1.8
  • MacOS 12.3.1
  • Ubuntu 20.04

My config file

version: 3
profiles: []
hotkeys:
  toggle-window:
    - Ctrl-Space
  copy-current-path: []
  scroll-to-bottom: []
  ctrl-c:
    - Ctrl-C
  copy:
    - ⌘-C
  paste:
    - ⌘-V
  clear:
    - ⌘-K
  select-all:
    - ⌘-A
  zoom-in:
    - ⌘-=
    - ⌘-Shift-=
  zoom-out:
    - ⌘--
    - ⌘-Shift--
  reset-zoom:
    - ⌘-0
  home:
    - ⌘-Left
    - Home
  end:
    - ⌘-Right
    - End
  previous-word:
    - ⌥-Left
  next-word:
    - ⌥-Right
  delete-previous-word:
    - ⌥-Backspace
  delete-next-word:
    - ⌥-Delete
  search:
    - ⌘-F
  pane-focus-all:
    - ⌘-Shift-I
  restart-telnet-session: []
  restart-ssh-session: []
  launch-winscp: []
  settings-tab: {}
  settings:
    - ⌘-,
  serial:
    - Alt-K
  restart-serial-session: []
  new-window: []
  new-tab: []
  profile: {}
  profile-selectors: {}
  toggle-fullscreen:
    - Ctrl+⌘+F
  close-tab:
    - ⌘-W
  reopen-tab:
    - ⌘-Shift-T
  toggle-last-tab:
    - - ⌘-N
  rename-tab:
    - ⌘-R
  next-tab:
    - Ctrl-Tab
  previous-tab:
    - Ctrl-Shift-Tab
  move-tab-left:
    - ⌘-Shift-Left
  move-tab-right:
    - ⌘-Shift-Right
  rearrange-panes:
    - ⌘-Shift
  tab-1:
    - ⌘-1
  tab-2:
    - ⌘-2
  tab-3:
    - ⌘-3
  tab-4:
    - ⌘-4
  tab-5:
    - ⌘-5
  tab-6:
    - ⌘-6
  tab-7:
    - ⌘-7
  tab-8:
    - ⌘-8
  tab-9:
    - ⌘-9
  tab-10:
    - ⌘-0
  duplicate-tab: []
  explode-tab:
    - ⌘-Shift-.
  combine-tabs:
    - ⌘-Shift-,
  tab-11: []
  tab-12: []
  tab-13: []
  tab-14: []
  tab-15: []
  tab-16: []
  tab-17: []
  tab-18: []
  tab-19: []
  tab-20: []
  split-right:
    - ⌘-Shift-D
  split-bottom:
    - ⌘-D
  split-left: []
  split-top: []
  pane-nav-right:
    - ⌘-⌥-Right
  pane-nav-down:
    - ⌘-⌥-Down
  pane-nav-up:
    - ⌘-⌥-Up
  pane-nav-left:
    - ⌘-⌥-Left
  pane-nav-previous:
    - ⌘-⌥-[
  pane-nav-next:
    - ⌘-⌥-]
  pane-maximize:
    - ⌘-⌥-Enter
  close-pane:
    - ⌘-Shift-W
  pane-increase-vertical: []
  pane-decrease-vertical: []
  pane-increase-horizontal: []
  pane-decrease-horizontal: []
  profile-selector:
    - ⌘-E
  switch-profile:
    - ⌘-Shift-E
terminal:
  searchOptions: {}
  colorScheme:
    name: AdventureTime
    foreground: '#f8dcc0'
    background: '#1f1d45'
    cursor: '#efbf38'
    colors:
      - '#050404'
      - '#bd0013'
      - '#4ab118'
      - '#e7741e'
      - '#0f4ac6'
      - '#665993'
      - '#70a598'
      - '#f8dcc0'
      - '#4e7cbf'
      - '#fc5f5a'
      - '#9eff6e'
      - '#efc11a'
      - '#1997c6'
      - '#9b5953'
      - '#c8faf4'
      - '#f6f5fb'
  customColorSchemes: []
  rightClick: 'off'
  pasteOnMiddleClick: false
  frontend: xterm-webgl
ssh:
  knownHosts:
configSync:
  parts: {}
clickableLinks: {}
accessibility: {}
appearance:
  theme: Compact
hacks: {}
enableAnalytics: false
enableWelcomeTab: false
pluginBlacklist: []
profileDefaults: {}

dhx20150812 avatar Apr 20 '22 07:04 dhx20150812

same issue. fix it plz

dage233 avatar Jan 04 '23 12:01 dage233

Hi,

Is there a way to select and copy the text in tmux session?

Thanks.

kanghuanyao avatar Aug 08 '24 09:08 kanghuanyao

Hi,

How to copy text from a tmux session?

Thanks.

kanghuanyao avatar Dec 19 '24 02:12 kanghuanyao

Same issue.

trader-payne avatar May 29 '25 14:05 trader-payne