Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dotfiles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tim van Deurzen
dotfiles
Commits
479f0d54
Commit
479f0d54
authored
Apr 12, 2021
by
Tim van Deurzen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tmux configuration.
parent
6cd7ded7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
0 deletions
+59
-0
.dotter/global.toml
.dotter/global.toml
+3
-0
tmux.conf
tmux.conf
+56
-0
No files found.
.dotter/global.toml
View file @
479f0d54
...
...
@@ -6,6 +6,9 @@
target
=
"~/.config/emacs/"
type
=
"symbolic"
[tmux.files]
"tmux.conf"
=
"~/.tmux.conf"
[dunst.files.dunst]
target
=
"~/.config/dunst/"
type
=
"symbolic"
...
...
tmux.conf
0 → 100755
View file @
479f0d54
set
-
sg
escape
-
time
0
set
-
g
history
-
limit
200000
set
-
g
status
on
set
-
g
default
-
terminal
"xterm-256color"
set
-
option
-
ga
terminal
-
overrides
",xterm-256color:Tc"
### colorscheme ###
# change window screen colors
set
-
option
-
wg
mode
-
style
bg
=
"#FE8019"
,
fg
=
"#3C3836"
# default statusbar colors (terminal bg should be #282828)
set
-
option
-
g
status
-
style
bg
=
terminal
,
fg
=
"#A89984"
# default window title colors
set
-
option
-
wg
window
-
status
-
style
bg
=
"#3C3836"
,
fg
=
"#7C6F64"
# colors for windows with activity
set
-
option
-
wg
window
-
status
-
activity
-
style
bg
=
"#3C3836"
,
fg
=
"#A89984"
# colors for windows with bells
set
-
option
-
wg
window
-
status
-
bell
-
style
bg
=
"#3C3836"
,
fg
=
"#FE8019"
# active window title colors
set
-
option
-
wg
window
-
status
-
current
-
style
bg
=
"#FE8019"
,
fg
=
"#3C3836"
# pane border
set
-
option
-
g
pane
-
active
-
border
-
style
fg
=
"#FE8019"
set
-
option
-
g
pane
-
border
-
style
fg
=
"#3C3836"
# message info
set
-
option
-
g
message
-
style
bg
=
"#FE8019"
,
fg
=
"#3C3836"
# writing commands inactive
set
-
option
-
g
message
-
command
-
style
bg
=
"#A89984"
,
fg
=
"#3C3836"
# pane number display
set
-
option
-
g
display
-
panes
-
active
-
colour
"#FE8019"
set
-
option
-
g
display
-
panes
-
colour
"#3C3836"
# clock
set
-
option
-
wg
clock
-
mode
-
colour
"#FE8019"
# copy mode highlighting
%
if
#{>=:#{version},3.2}
set
-
option
-
wg
copy
-
mode
-
match
-
style
"bg=#A89984,fg=#3C3836"
set
-
option
-
wg
copy
-
mode
-
current
-
match
-
style
"bg=#FE8109,fg=#3C3836"
%
endif
# statusbar formatting
# "#fe8019" MUST be in lowercase here (conflicts with statusline alias otherwise)
set
-
option
-
g
status
-
left
"#[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#fe8019],#[bg=#A89984]} #{session_name} "
set
-
option
-
g
status
-
right
"#[bg=#3C3836, fg=#7C6F64] %Y-%m-%d %H:%M:%S #[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#fe8019],#[bg=#A89984]} #{host_short} "
set
-
option
-
wg
window
-
status
-
current
-
format
"#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} #{window_name} "
set
-
option
-
wg
window
-
status
-
format
"#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} #{window_name} "
Write
Preview
Markdown
is supported
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