QZLin

Powershell PSReadLine Complete Word(History) 根据历史补全词

  • 根据历史补全词(一次只补全部分)
Set-PSReadLineKeyHandler -Key "Ctrl+RightArrow" -Function ForwardWord

image

  • 搜索历史时(↑)移动光标到行未而不是行首
Set-PSReadLineOption -HistorySearchCursorMovesToEnd
  • TAB补全时提供可选择菜单
Set-PSReadLineKeyHandler -Key "Tab" -Function MenuComplete

posted on 2022-04-30 02:56  QZLin  阅读(118)  评论(1编辑  收藏  举报

导航