feat: datcode
This commit is contained in:
commit
25bb67e958
66 changed files with 5821 additions and 0 deletions
17
data/tmux/tmux.conf
Normal file
17
data/tmux/tmux.conf
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
unbind C-b
|
||||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
set-option -g history-limit 100000
|
||||
|
||||
set -g mouse on
|
||||
set -g @plugin 'dracula/tmux'
|
||||
|
||||
set -g @dracula-plugins "cwd git"
|
||||
|
||||
set -g @dracula-show-left-icon "#S"
|
||||
set -g @dracula-git-disable-status true
|
||||
|
||||
set -g pane-border-lines heavy
|
||||
|
||||
# tpm - keep at bottom
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
Loading…
Add table
Add a link
Reference in a new issue