Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12241379
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/core/userland-software/files/tmux.conf b/roles/core/userland-software/files/tmux.conf
index 53e2af0..83ae72a 100644
--- a/roles/core/userland-software/files/tmux.conf
+++ b/roles/core/userland-software/files/tmux.conf
@@ -1,65 +1,66 @@
# -------------------------------------------------------------
# tmux minimal configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-08
# Author : Sébastien Santoro aka Dereckson
# License: Trivial work, not eligible to copyright
# Source file: roles/core/userland-software/files/tmux.conf
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
# -------------------------------------------------------------
# -------------------------------------------------------------
# General settings
#
# ᚾ identifies Nasqueron servers
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
set -g prefix C-a
set -g status-right '⫻ #h — %Y-%m-%d %H:%M ⫻ ᚾ '
+set -g history-limit 50000
# -------------------------------------------------------------
# Resize shortcut keys
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bind < resize-pane -L 1
bind > resize-pane -R 1
bind - resize-pane -D 1
bind + resize-pane -U 1
# -------------------------------------------------------------
# Mouse mode support
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Toggle mouse on with ^B m
bind m \
set -g mode-mouse on \;\
set -g mouse-resize-pane on \;\
set -g mouse-select-pane on \;\
set -g mouse-select-window on \;\
display 'Mouse mode ON'
# Toggle mouse off with ^B M
bind M \
set -g mode-mouse off \;\
set -g mouse-resize-pane off \;\
set -g mouse-select-pane off \;\
set -g mouse-select-window off \;\
display 'Mouse mode OFF'
# -------------------------------------------------------------
# Colors
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
set -g status-bg colour241
set -g status-fg colour7
set -g pane-border-style fg=colour241
set -g pane-active-border-style fg=colour238
diff --git a/roles/devserver/userland-home/files/dereckson/.tmux.conf b/roles/devserver/userland-home/files/dereckson/.tmux.conf
index f3bb5f4..9252a1f 100644
--- a/roles/devserver/userland-home/files/dereckson/.tmux.conf
+++ b/roles/devserver/userland-home/files/dereckson/.tmux.conf
@@ -1,42 +1,43 @@
#
# tmux minimal DcK configuration file
#
# General settings
# ᚾ identifies Nasqueron servers
set -g prefix C-b
set -g status-right '⫻ #h — %Y-%m-%d %H:%M ⫻ ᚾ '
+set -g history-limit 50000
# Regular pane divide keys
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
# Resize shortcut keys
bind < resize-pane -L 1
bind > resize-pane -R 1
bind - resize-pane -D 1
bind + resize-pane -U 1
# Toggle mouse on with ^B m
bind m \
set -g mode-mouse on \;\
set -g mouse-resize-pane on \;\
set -g mouse-select-pane on \;\
set -g mouse-select-window on \;\
display 'Mouse mode ON'
# Toggle mouse off with ^B M
bind M \
set -g mode-mouse off \;\
set -g mouse-resize-pane off \;\
set -g mouse-select-pane off \;\
set -g mouse-select-window off \;\
display 'Mouse mode OFF'
# Colors
set -g status-bg colour238
set -g status-fg colour7
set -g pane-border-style fg=colour238
set -g pane-active-border-style fg=colour244
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Oct 12, 05:03 (1 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065070
Default Alt Text
(3 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment