Skip to content

Commit

Permalink
Reverted tmux changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arg committed Feb 10, 2024
1 parent b765062 commit 3d844d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions home/.config/tmuxinator/restclass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ windows:
- editor: nvim .
- shell:
- server:
layout: main-vertical
layout: tiled
panes:
- rails: bin/rails server -p 7000
- js: yarn build --watch
- js: yarn build --watch --minify=false
- css: yarn build:css --watch
- rails: bin/rails server -p 7000
- worker: sidekiq
- fm: vifm .
4 changes: 2 additions & 2 deletions home/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -sg history-file "~/.tmux_history"
set -sg display-time 2000
set -sg escape-time 0
set -sg focus-events on
# set -g default-terminal "screen-256color"
# set -ag terminal-overrides ",screen-256color:colors=256:Tc"
set -g default-terminal "screen-256color"
set -ag terminal-overrides ",screen-256color:colors=256:Tc"
set -ag terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q'
set -wg xterm-keys on
set -g visual-activity off
Expand Down

0 comments on commit 3d844d2

Please sign in to comment.