znt: n-history supports multi-line cmds and starts with current buffer

This commit is contained in:
Sebastian Gniazdowski 2015-11-30 10:48:30 +01:00
commit c2b4d9ff40
5 changed files with 27 additions and 3 deletions

View file

@ -3,3 +3,8 @@
# On Linux virtual terminal this will be enforced to reverse (because of poor
# underline support on that terminal)
local active_text=underline
# Highlight a few keywords
local NLIST_COLORING_PATTERN="(while|for |sudo|make|(#s)git|vim(#e)|vim |emacs(#e)|emacs )"
local NLIST_COLORING_COLOR=$'\x1b[00;33m'
local NLIST_COLORING_MATCH_MULTIPLE=1