removed relative line numbers
formatted prompt
This commit is contained in:
parent
803dbe749a
commit
03eb24d823
2 changed files with 5 additions and 5 deletions
2
.vimrc
2
.vimrc
|
@ -41,7 +41,7 @@ set showmode
|
||||||
" see examples at https://github.com/bluz71/dotfiles/blob/master/vimrc
|
" see examples at https://github.com/bluz71/dotfiles/blob/master/vimrc
|
||||||
"set breakindent
|
"set breakindent
|
||||||
"set showbreak=\\\\\
|
"set showbreak=\\\\\
|
||||||
set relativenumber
|
"set relativenumber
|
||||||
set infercase
|
set infercase
|
||||||
set synmaxcol=200
|
set synmaxcol=200
|
||||||
|
|
||||||
|
|
8
.zshrc
8
.zshrc
|
@ -28,12 +28,12 @@ zstyle ':completion:*' menu select
|
||||||
POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND='teal'
|
POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND='teal'
|
||||||
#POWERLEVEL9K_PROMPT_ON_NEWLINE=true
|
#POWERLEVEL9K_PROMPT_ON_NEWLINE=true
|
||||||
#POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
|
#POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
|
||||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs vi_mode)
|
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs )
|
||||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(root_indicator dir_writable background_jobs context)
|
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(vi_mode root_indicator dir_writable background_jobs context)
|
||||||
POWERLEVEL9K_VI_INSERT_MODE_STRING="INS"
|
POWERLEVEL9K_VI_INSERT_MODE_STRING="MODE"
|
||||||
POWERLEVEL9K_VI_MODE_INSERT_BACKGROUND='green'
|
POWERLEVEL9K_VI_MODE_INSERT_BACKGROUND='green'
|
||||||
POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND='white'
|
POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND='white'
|
||||||
POWERLEVEL9K_VI_NORMAL_MODE_STRING="CMD"
|
POWERLEVEL9K_VI_NORMAL_MODE_STRING="MODE"
|
||||||
POWERLEVEL9K_VI_MODE_NORMAL_BACKGROUND='red'
|
POWERLEVEL9K_VI_MODE_NORMAL_BACKGROUND='red'
|
||||||
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_middle"
|
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_middle"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue