Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.51k stars 570 forks source link

Add an easy option to set whether the "up" arrow goes through only the current tab's history, or all tabs #2475

Open DeflateAwning opened 1 year ago

DeflateAwning commented 1 year ago

Versions

Problem description

I want a setting in the Settings dialog to set whether the "up" arrow cycles through the history from all tabs, or just the current tab. On my default install of cmder, the up arrow is cycling through the history from all tabs; I want to change that so it only cycles through the history from the current tab.

chrisant996 commented 1 year ago

@DeflateAwning This has nothing to do with ConEmu:

Command history is something provided by a shell. Different shells have totally different systems for how their history works.

ConEmu is terminal emulator, not a shell.

If you're using Clink in CMD, then refer to the Clink documentation and the clink set history.shared setting.