Cleaned up fzf
Added istioctl alias Changed colors of tmux statusbar
This commit is contained in:
parent
de326045cb
commit
7f0988c4ca
|
@ -113,9 +113,9 @@ let g:html_indent_style1 = "inc"
|
||||||
autocmd BufWritePre *.py execute ':Black'
|
autocmd BufWritePre *.py execute ':Black'
|
||||||
|
|
||||||
" FZF
|
" FZF
|
||||||
let $FZF_DEFAULT_COMMAND = 'ag --ignore .git --ignore-dir Customers/RP --ignore *.jar -g ""'
|
let $FZF_DEFAULT_COMMAND = 'ag --ignore .git -g ""'
|
||||||
command! -bang -nargs=? -complete=dir HFiles
|
command! -bang -nargs=? -complete=dir HFiles
|
||||||
\ call fzf#vim#files(<q-args>, {'source': 'ag --hidden --ignore .git --ignore-dir Customers/RP --ignore *.jar -g ""'}, <bang>0)
|
\ call fzf#vim#files(<q-args>, {'source': 'ag --hidden --ignore .git -g ""'}, <bang>0)
|
||||||
map <M-1> :Files<CR>
|
map <M-1> :Files<CR>
|
||||||
map <M-2> :HFiles<CR>
|
map <M-2> :HFiles<CR>
|
||||||
map <M-3> :Buffers<CR>
|
map <M-3> :Buffers<CR>
|
||||||
|
|
|
@ -4,6 +4,9 @@ set-option -sa terminal-overrides ',xterm-termite:RGB:smcup@:rmcup@'
|
||||||
set-option -sg escape-time 10
|
set-option -sg escape-time 10
|
||||||
set-option -g set-titles on
|
set-option -g set-titles on
|
||||||
set-option -g set-titles-string "tmux - #W"
|
set-option -g set-titles-string "tmux - #W"
|
||||||
|
set -g status-bg black
|
||||||
|
set -g status-fg white
|
||||||
|
set -g window-status-current-style bg=blue
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|
|
@ -140,7 +140,7 @@ alias vim="nvim"
|
||||||
alias vi="nvim"
|
alias vi="nvim"
|
||||||
|
|
||||||
alias kubectx="/home/jfm/Repositories/GitHub/kubectx/kubectx"
|
alias kubectx="/home/jfm/Repositories/GitHub/kubectx/kubectx"
|
||||||
|
alias istioctl="/home/jfm/Tools/istioctl/istio-1.3.4/bin/istioctl"
|
||||||
alias buildtool="/home/jfm/.buildtool/bin/buildtool"
|
alias buildtool="/home/jfm/.buildtool/bin/buildtool"
|
||||||
|
|
||||||
alias vpnup="nmcli con up id \"YouSee VPN\""
|
alias vpnup="nmcli con up id \"YouSee VPN\""
|
||||||
|
|
Loading…
Reference in New Issue