Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mohcine Chraibi
tmux
Commits
88fa9a77
Commit
88fa9a77
authored
Feb 12, 2019
by
Mohcine Chraibi
Browse files
Update .tmux.conf
parent
e560ee9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.tmux.conf
View file @
88fa9a77
ZSH
=`
which
zsh
`
set
-
option
-
g
default
-
shell
$
ZSH
set
-
option
-
g
default
-
command
"which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l $ZSH"
#
ZSH=`which zsh`
#
set-option -g default-shell $ZSH
#
set-option -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l $ZSH"
set
-
g
default
-
terminal
"screen-256color"
setw
-
g
automatic
-
rename
off
...
...
@@ -12,11 +12,11 @@ set -g prefix C-a
bind
r
source
-
file
~/.
tmux
.
conf
\;
display
"Reloaded!"
bind
-
key
c
new
-
window
-
c
"#{pane_current_path}"
# utf-8 settings
set
-
g
status
-
utf8
on
setw
-
g
utf8
on
#
set -g status-utf8 on
#
setw -g utf8 on
# Make mouse useful in copy mode
setw
-
g
mode
-
mouse
on
#
setw -g mode-mouse on
# key bindings for splitting
unbind
%
...
...
@@ -87,9 +87,9 @@ set -g status-right "#(~/.tmuxDir/itunes_status.sh) #[fg=#57575e]│ #[fg=white]
set
-
option
-
g
status
-
position
top
set
-
option
-
g
status
on
set
-
option
-
g
status
-
interval
5
setw
-
g
c0
-
change
-
trigger
10
setw
-
g
c0
-
change
-
interval
100
set
-
option
-
g
status
-
utf8
on
#
setw -g c0-change-trigger 10
#
setw -g c0-change-interval 100
#
set-option -g status-utf8 on
set
-
option
-
g
status
-
justify
"centre"
set
-
option
-
g
status
-
left
-
length
90
set
-
option
-
g
status
-
right
-
length
350
...
...
@@ -100,7 +100,7 @@ setw -g monitor-activity on
setw
-
g
window
-
status
-
activity
-
attr
bold
#,blink,underscore
# window options
set
-
g
mouse
-
select
-
pane
on
#
set -g mouse-select-pane on
setw
-
g
automatic
-
rename
# Don't actually ring the bell (but still set the window attributes in
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment