Merge pull request #2068 from cmderdev/history_cmd_index_sync

Print Index in History Command Output
This commit is contained in:
Dax T Games
2019-05-05 17:28:07 -04:00
committed by GitHub
4 changed files with 32 additions and 29 deletions

View File

@ -87,7 +87,7 @@ history_io = 1
# from the history. This can be enabled and disable by setting this value to 1
# or 0. Values or 2, 3 or 4 will skip any ! character quoted in single, double,
# or both quotes respectively.
history_expand_mode = 4
history_expand_mode = 3
# name: Support Windows' Ctrl-Alt substitute for AltGr
# type: bool

View File

@ -9,7 +9,7 @@ gl=git log --oneline --all --graph --decorate $*
ls=ls --show-control-chars -F --color $*
pwd=cd
clear=cls
history=cat "%CMDER_ROOT%\config\.history"
history=cat -n "%CMDER_ROOT%\config\.history"
unalias=alias /d $1
vi=vim $*
cmderr=cd /d "%CMDER_ROOT%"