Questions tagged [terminal]
A terminal is a hardware device used for entering data into and displaying information from a computer. Terminals were frequently used in the days of mainframe computers. Today, most operating systems offer text-based "terminal emulators", which replicate the functionality of a classical terminal, also referred to as a "system console".
5,020 questions
Score of 1
0 answers
43 views
How can I copy selected Claude Code output from VS Code for the Web’s integrated terminal?
I'm using Claude Code (v2.1.214) in Visual Studio Code for the Web's integrated terminal running on Ubuntu 22.04.4 LTS. I access Visual Studio Code for the Web via Windows 11 25H2 Pro x64 + Google ...
Score of 8
2 answers
1391 views
Why is Command Prompt, set up via SSH as a Linux terminal and asking for a password, entering 3 or 4 characters when I type a number with NumLock on?
I noticed some strange behavior with Windows Command Prompt while using SSH to connect to a remote Linux server and was wondering if there is an explanation.
I am designing a database on a remote ...
Score of 0
0 answers
44 views
Herdr Windows key prefix config (ctrl+comma) not working
I'm using herdr on Windows and trying to set Ctrl+, as the prefix.
In ~/.config/herdr/config.toml I tried:
[keys]
prefix = "ctrl+comma" and also "ctrl+,".
Other prefixes like ctrl+...
Score of 0
1 answer
38 views
How to assign key W in Less to toggle -S option
Toggling word-wrap in Less requires 4 key-presses: - Shift S Enter. In other editors it requires 2 presses: Alt Z or similar.
And toggling the option repeatedly requires one key-press in these other ...
Score of 0
1 answer
74 views
Using WSL to browse the internet and rendering images
I have repeatedly attempted to get w3m to display images directly within my standard WSL terminal window; I compiled w3m with Sixel support, installed and configured an X server and experimented with ...
Score of -1
1 answer
28 views
On OS X 10.8.5 (Mountain Lion), how to permanently increase the "maxfiles" and "maxfilesperproc" numbers
Here's the situation: there are many thousands of custom content add-ones available for The Sims 2, which was designed for Windows, and the vast majority of players are Windows users. The game loads ...
Score of 2
1 answer
60 views
How to detect whether a window manager is running inside a login script?
I would like to put a condition around a login script: Auto-run certain tools such as screen or mc, but only if a graphic window manager is not running.
What's the simplest test to do that?
Score of 0
1 answer
310 views
How do I copy the unsent prompt text from Claude Code's input buffer to the clipboard with keyboard shortcut(s) only?
I'm using Claude Code (v2.x) in the Cursor IDE integrated terminal on Windows 11 25H2 Pro x64. When I've typed a prompt into the input box but haven't sent it yet, I want to extract that text cleanly ...
Score of 0
1 answer
74 views
In Mac Terminal, clicking and holding text hides tab and removes tab bar at top. Why does this happen?
I have a habit of sometimes clicking and holding on random words in apps on Mac until the definition popup shows up. I was doing this in terminal, until a weird behavior popped up.
After doing this a ...
Score of 0
0 answers
75 views
I can't boot into a desktop environment, it just is a terminal
I've been using Linux for a few months now. I'm using debian 13. I installed it (moving from arch Linux) and it worked fine until I installed flathub and rebooted. It couldn't get past the systemD ...
Score of 8
2 answers
854 views
What is the default keyboard shortcut to split a pane in Microsoft Terminal?
Open Microsoft's Terminal app.
Press Ctrl+Shift+P to open the Command Palette.
Start typing split.
Split pane... will show up and shows a shortcut of ctrl+alt+????
The problem is, what is that last ...
Score of 0
1 answer
185 views
How to delete a multi-line in Terminal?
I know that Control-U deletes a line in Terminal, but how do I do the same when multi-lines are involved?
As this first screen recording shows, repeatedly typing Control-U sometimes works, but it's a ...
Score of -1
2 answers
252 views
Why doesn’t “kitty confirm_os_window_close -1” work as expected? It still prompts for confirmation when closing on macOS
My kitty terminal asks for confirmation when closing terminal windows even though I set it to:
confirm_os_window_close -1
My expectation is that there's no confirmation prompt if there are no active ...
Score of 1
0 answers
163 views
VS debug terminal: Open all instances as new tabs in existing window
Whenever I debug an application in VS, it opens a new Terminal window.
I already have one Terminal window with a few tabs open at all times, and I often have to debug several applications at once, ...
Score of 0
0 answers
38 views
Why is my macOS Terminal is no longer recognising most common commands? [duplicate]
Feeling way out of my depth with this one. I have been trying to install Tartube on my MacOS via terminal. This involved installing Homebrew, Python 3, Gtk 3, Python Requests Module, Youtube-dl, the ...