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
0881c006
Verified
Commit
0881c006
authored
Feb 13, 2019
by
Mohcine Chraibi
Browse files
Merge branch 'master' of
https://gitlab.version.fz-juelich.de/chraibi1/tmux
parents
79992b64
274aa62c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.tmux.conf
View file @
0881c006
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
...
...
README.md
View file @
0881c006

Screenshot | Demo
:-------------------------:|:-------------------------:
<img
src=
"tmux_screen.png"
alt=
"drawing"
width=
"400"
/>
|
[

](https://www.youtube.com/watch?v=Dd7ybndVGLQ "Demo tmux")
# Configuration of tmux
# Installation
Clone project and copy files to HOME
...
...
@@ -55,5 +61,10 @@ tmux
-
`Ctrl-s`
: searching forwards
-
`Ctrl-r`
: searching backwards
## Attach / Detach sessions
-
`Ctrl-a d`
: detach session
-
To attach again to a
*detached*
session start tmux in a terminal as
`tmux attach`

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