update
This commit is contained in:
parent
d565e4880d
commit
a5efcba026
3 changed files with 11 additions and 13 deletions
2
arch.md
Normal file
2
arch.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
1. apparmor
|
||||
2. firewalld
|
||||
1
init.lua
1
init.lua
|
|
@ -16,7 +16,6 @@ end
|
|||
-------------------------------------------------------------------------------
|
||||
-- Basic settings
|
||||
-------------------------------------------------------------------------------
|
||||
vim.opt.mouse = ""
|
||||
vim.opt.clipboard:append("unnamedplus")
|
||||
vim.opt.exrc = true
|
||||
vim.opt.autoread = true
|
||||
|
|
|
|||
21
tmux.conf
21
tmux.conf
|
|
@ -1,20 +1,17 @@
|
|||
# setw -g mouse on
|
||||
setw -g mouse on
|
||||
setw -g mode-keys vi
|
||||
# set -g pane-border-status top
|
||||
# set -g pane-border-lines double
|
||||
# set -g pane-border-indicators arrows
|
||||
# set -g pane-border-status top
|
||||
|
||||
set -g pane-border-status top
|
||||
set -g pane-border-lines double
|
||||
set -g pane-border-indicators arrows
|
||||
set -g pane-active-border-style "bg=default fg=yellow"
|
||||
|
||||
set -g repeat-time 1000
|
||||
set -s set-clipboard on
|
||||
set -sg escape-time 5
|
||||
set -sa terminal-features ',xterm-256color:RGB'
|
||||
set -g destroy-unattached on
|
||||
# set -g lock-after-time 600
|
||||
# set -g lock-command "cmatrix -abs"
|
||||
set -g @kanagawa-border-contrast true
|
||||
set -g @kanagawa-show-powerline true
|
||||
set -g @kanagawa-cpu-display-load true
|
||||
set -g @kanagawa-plugins "cpu-usage gpu-usage ram-usage time"
|
||||
|
||||
set -g @fingers-pattern-filelc '(([.\w\-~\$@]+)?(/[.\w\-@]+)+/?(\:\d+){0,2})'
|
||||
|
||||
bind h select-pane -L
|
||||
|
|
@ -35,7 +32,7 @@ bind -n M-x copy-mode
|
|||
unbind -n MouseDown3Pane
|
||||
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'Nybkox/tmux-kanagawa'
|
||||
set -g @plugin 'niksingh710/minimal-tmux-status'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'Morantron/tmux-fingers'
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
|
|||
Loading…
Reference in a new issue