Increase history, update vim clip behavior

This commit is contained in:
jomido
2019-07-12 15:53:26 -05:00
parent b7d1eb1cf1
commit f483e4d2db
2 changed files with 3 additions and 3 deletions

View File

@@ -46,8 +46,8 @@ export EDITOR=/usr/bin/vim
# HISTORY
#add date/time to history
export HISTTIMEFORMAT="%F %T: "
export HISTSIZE=1000
export HISTFILESIZE=2000
export HISTSIZE=2000
export HISTFILESIZE=5000
#if tty -s; then
if [ -t 1 ]; then

View File

@@ -11,7 +11,7 @@ set hidden
set incsearch
" share system clipboard
set clipboard=^unnamed,unnamedplus
"set clipboard=^unnamed,unnamedplus
" hide showmode because its in statusline
set noshowmode