Added some options to $LESS and messed with vim clipboard

This commit is contained in:
jomido
2018-07-18 15:44:48 -05:00
parent 68b5930061
commit af5fcee77d
2 changed files with 7 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ fi
#-I case insensitive
#-j 5 show X lines above search for context
## 4 - right/left four chars
export LESS='-C -M -I -j 5 -# 4'
export LESS='-C -M -I -j 5 -# 4 -R'
# User specific aliases and functions
alias l.='ls -lh --color=auto' 2>/dev/null
@@ -39,3 +39,6 @@ bind -m vi-insert '"\C-x\C-e": edit-and-execute-command'
#fix clear screen in vi mode
bind -m vi-insert "\C-l":clear-screen
#add date/time to history
export HISTTIMEFORMAT="%F %T: "