1
0

enhancements

This commit is contained in:
2025-02-13 21:24:39 +01:00
parent d063a5461c
commit ad41074de5
4 changed files with 35 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ setopt HIST_IGNORE_SPACE # Do not record an event starting with a space.
setopt HIST_SAVE_NO_DUPS # Do not write a duplicate event to the history file.
setopt SHARE_HISTORY # Share history between all sessions.
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"