Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M maximum-awesome
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Square
  • maximum-awesome
  • Merge requests
  • !254

Fix broken tmux configurations

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/SalvatoreT/salvatoret/fix-broken-tmux-styles into master Jun 03, 2019
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: SalvatoreT

Bug

When tmux opens, you are greeted by this error (or something similar depending if you have solarized-light instead of solarized-dark).

/Users/<username>/.tmux.conf:81: invalid option: window-status-current-fg
/Users/<username>/.tmux.conf:86: invalid option: pane-active-border-fg
/Users/<username>/.tmux.conf:87: invalid option: pane-border-fg

Fix

The syntax for some tmux styling has changed from deprecated to removed as referenced by this GitHub issue. https://github.com/tmux/tmux/issues/1689#issuecomment-486722349

Here's the FAQ on the style update. https://github.com/tmux/tmux/wiki/FAQ#how-do-i-translate--fg--bg-and--attr-options-into--style-options

Here's the man page on the styles. https://man.openbsd.org/tmux.1#STYLES

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/SalvatoreT/salvatoret/fix-broken-tmux-styles