ZSH iterm2 increase number of lines history

后端 未结 3 1450
耶瑟儿~
耶瑟儿~ 2021-01-30 05:15

Not sure if this is zsh, iterm2 or the interaction between them. Trying to change the number of recallable lines in the terminal - not the command history, the output history.

相关标签:
3条回答
  • 2021-01-30 05:39

    It's not immediately obvious in the iTerm2 documentation on how to change it.

    • open the iTerm2 preferences + ,
    • select the Profiles tab
    • then select the Terminal subtab
    • Beware, changes to the Scrollback lines value take effect immediately so check Unlimited scrollback now if you don't want to delete your current buffer(s)
    • change the value of the Scrollback Lines to whatever you'd like
    • Uncheck the Unlimited scrollback option if you'd like to use your Scrollback lines value

    0 讨论(0)
  • 2021-01-30 05:42

    With zsh and iTerm2 Build 3.2.5, an additional step is required: Preferences->Profiles->terminal->check UnlimitedScrollback->Check save lines to scrollback when an app status bar is present

    Scrolling was breaking for me without the last one.

    0 讨论(0)
  • 2021-01-30 05:44

    It's not a shell problem, it's about your terminal emulator.
    You have to find the option in the configuration / options / tools / whatever, for the number of lines to remember.

    Apparently you know your terminal emulator is iterm2.

    Looking for iterm2 on the google will lead you to the official website, then go to 'Documentation', Ctrl+F 'number' and find

    Scrollback lines
    The number of lines of scrollback buffer to keep above the visible part of the screen.

    0 讨论(0)
提交回复
热议问题