Better fzf, update tmux config to all light mode
This commit is contained in:
parent
377c531ae6
commit
44419e2401
3 changed files with 9 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
let $FZF_DEFAULT_COMMAND='rg --files --follow --hidden -g "!{node_modules/*,.git/*,.styles/*,static/*}"'
|
let $FZF_DEFAULT_COMMAND='rg --files --follow --hidden -g "!{node_modules/*,.git/*,.styles/*}"'
|
||||||
|
|
||||||
source $HOME/.config/nvim/coq.vim
|
source $HOME/.config/nvim/coq.vim
|
||||||
source $HOME/.config/nvim/plug/plug.vim
|
source $HOME/.config/nvim/plug/plug.vim
|
||||||
|
|
|
@ -14,16 +14,16 @@ set-window-option -g automatic-rename-format "#{pane_current_command}"
|
||||||
set-window-option -g allow-rename on
|
set-window-option -g allow-rename on
|
||||||
|
|
||||||
# window status
|
# window status
|
||||||
setw -g window-status-format "#[bg=colour243,fg=colour233] #I #(basename #{pane_current_path})>#W "
|
setw -g window-status-format "#I #(basename #{pane_current_path})>#W"
|
||||||
setw -g window-status-current-format "#[bg=colour248,fg=colour233,bold] #I #(basename #{pane_current_path})>#W "
|
setw -g window-status-current-format "#[bold] #I #(basename #{pane_current_path})>#W"
|
||||||
|
|
||||||
# The statusbar
|
# The statusbar
|
||||||
set -g status-interval 2
|
set -g status-interval 2
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-bg black
|
set -g status-bg white
|
||||||
set -g status-fg white
|
set -g status-fg black
|
||||||
set -g status-left '#[fg=colour250] (#S) '
|
set -g status-left '(#S) '
|
||||||
set -g status-right '#[fg=colour250,bg=colour0,italics] #(whoami)@#H %m/%d %I:%M '
|
set -g status-right '#(whoami)@#H %m/%d %I:%M '
|
||||||
set -g status-right-length 50
|
set -g status-right-length 50
|
||||||
set -g status-left-length 40
|
set -g status-left-length 40
|
||||||
set -g clock-mode-style 12
|
set -g clock-mode-style 12
|
||||||
|
|
|
@ -49,3 +49,5 @@ windows:
|
||||||
- clear
|
- clear
|
||||||
- editor:
|
- editor:
|
||||||
- vim-resume
|
- vim-resume
|
||||||
|
- server:
|
||||||
|
- cargo run
|
||||||
|
|
Loading…
Reference in a new issue