All Questions
Tagged with terminal keyboard-shortcuts
120
questions
0
votes
0
answers
22
views
tmux ctrl-b + [arrow key] for navigation not working
I am pressing Ctrl+B, releasing both keys, and then pressing arrow keys, but it is not navigating (instead it is going through past commands as if Ctrl+B was not pressed). I'm using tmux in a SSH ...
1
vote
0
answers
43
views
Remove all key bindings in Windows Terminal
I'm running WSL2 in the Windows Terminal (v. 1.19, Windows 11). I don't need any of the key bindings (I want to reserve them for tmux, vim etc).
I can remove a single key binding by writing in the ...
0
votes
3
answers
179
views
How do I jump to the beginning of a command in Windows Terminal?
In Linux, I can skip to the beginning of a command by pressing Ctrl-A , and Ctrl-E for jumping to the end of that. However, it is not compatible with Windows Termianl. How am I going to do that? ...
1
vote
0
answers
70
views
Switching from Mac to Linux DE: Strategies for globally swapping <ctrl> modifier with <meta>? [closed]
I'm switching from MacOs to Linux and exploring several popular Desktop Environments like KDE Plasma, Gnome & Pantheon, etc.
I find that the MacOS convention of using the meta key (aka the command ...
2
votes
2
answers
676
views
What is the command line shortcut to uncomment a previously commented line?
Alt+Shift+3 can only comment out, on subsequent invocations simply adding multiple comment characters (hashes) instead of toggling on / off the comment. How to uncomment a previously commented line or ...
2
votes
1
answer
231
views
Ubuntu bash terminal under wsl unexpectedly switches to "jump over the words" input mode
Below I assume that there are two input modes for terminal (console):
in "normal mode" when you press ← your cursor moves to the left by 1 symbol, when you press → your cursor moves to the ...
1
vote
0
answers
145
views
Tmux sending wrong keycodes for "ctrl + arrowkey" and "ctrl + shift + arrowkey"
The problem
I upgraded to MacOS 13.5 today and immediately noticed this issue. Inside of tmux (running in iterm2) when I perform ctrl + arrow-key or ctrl + shift + arrow-key the wrong keycodes are ...
2
votes
1
answer
2k
views
VScode, keybindings for integrated terminal
I've edited the keybindings.json file in vscode to avoid moving the right hand to the arrow keys adding, among the others, the following:
{
"key": "ctrl+j",
"command&...
16
votes
1
answer
6k
views
PowerShell and Windows Terminal: how to apply IntelliSense suggestion?
Using Windows Terminal (1.15.3465.0) and PowerShell (7.3.2) I get autocomplete suggestion, like in the picture below (ed255196 -C "<comment>" is suggested completion).
However, I am ...
2
votes
1
answer
3k
views
Keybinding Ctrl + Shift + C opens a new external terminal in vscode/codium on Linux, how do I change the shortcut?
In Visual Studio Code / Codium on Linux, the key binding Ctrl+Shift+c opens a new external terminal. This does not work together with vscodevim extension where I often need to copy to the system and ...
6
votes
2
answers
3k
views
How to unmap ctrl+shift+r in kitty?
The kitty terminal emulator uses the shortcut Ctrl + Shift + R for window resizing. The shortcut is also used by bash for reversing the reverse-i-search direction.
First I tried to to remove the kitty ...
0
votes
2
answers
361
views
Run Window can't open wt
A couple days ago I reinstalled windows and ever since, I can't open the Windows Terminal through the run window.
I tried:
Changing permissions to default, following this question Can't open ...
0
votes
1
answer
1k
views
Ubuntu global keyboard shortcuts stop working when Terminal is active
I'm trying to get global shortcuts working everywhere for this GNOME extension: https://github.com/mzur/gnome-shell-wsmatrix/
I have set the shortcuts as follows:
gsettings set org.gnome.desktop.wm....
0
votes
0
answers
246
views
How to change process termination shortcuts in a terminal on Windows?
On Windows to close a program, CTRL+C does not always work (eg: ping).
To close anything immediately, CTRL+BREAK can be used.
The problem I have is that on my Dell laptop, there is no BREAK key, Fn+S ...
2
votes
1
answer
1k
views
Can't open Windows Terminal with Windows + R, while it opens fine from a command prompt
When I press Win + R and type wt or wt.exe, it gets stuck loading for a few seconds and then stops, failing to open my Windows Terminal.
How can I solve this or find a short workaround? I don't want ...
2
votes
1
answer
159
views
How to change mac terminal keybinding for color picker to execute the escape sequence instead?
Every time I hit command + shift + c in the terminal app it opens a color picker. I would like this keybinding to instead send the escape sequence to the terminal to cancel the execution of the ...
0
votes
2
answers
3k
views
Windows 11, Powershell and Windows Terminal Missing from Win+X Power User Menu
My problem is that I was missing the Win+X, I and Win+X, A shortcuts for opening Windows Terminal (Powershell) on Windows 11. I checked my user's WinX directory and both Powershell and Command Prompt ...
0
votes
1
answer
753
views
Changing Linux terminal key bindings
In Linux terminal, Is there any way to change Alt + Backspace or Ctrl + W shortcut which is used to delete the previous word to Ctrl + Backspace??
1
vote
1
answer
402
views
Up/down hotkeys in Microsoft Terminal
Microsoft Terminal looks pretty good. There must be a hotkey to jump upward and downward, as you'd do with Shift+PageUp/PageDown in gnome terminal, but I can't find it. (I can scroll with the mouse ...
0
votes
1
answer
156
views
ubuntu 20: ctrl + alt + t doesnt focus window
for some reason after a few updates and driver changes, opening terminal doesn't put terminal in focus, instead giving me a notification toaster popup that terminal is ready. I have searched in dconf ...
0
votes
1
answer
783
views
Remove inoremap and cnoremap in Vim
I was trying to map key jk to Esc key in Vim.
I didn't know about .vimrc at first. So I pasted these commands in vim in command mode as:
:inoremap jk <Esc>
:cnoremap jk <Esc>
Then ...
5
votes
3
answers
8k
views
How to customize shortcut keys on Git Bash Terminal (Windows 10)
How can I customize shortcut keys on Git Bash Terminal?
When I use the Option -> Keys, it only allows to turn on or off the features. What I want is to change the key combinations. Here are my ...
22
votes
3
answers
10k
views
How do I add a keyboard shortcut to clear scrollback buffer in Windows Terminal?
I'd like to be able to clear my scrollback buffer in Windows Terminal using a keyboard shortcut.
In WSL I can hit Ctrl+L and it does a form-feed (equivalent of clear -x command), which clears the ...
2
votes
0
answers
1k
views
What does ctrl+arrow do in vim within tmux, and how do I skip words?
I am used to using vim in a normal gnome-terminal, in which by default ctrl+arrow can skip words. However, if I am using vim in tmux, these key combinations would delete lines of words.
Question:
...
0
votes
0
answers
421
views
How can I disable verbatim insertion on a terminal?
I recently moved back from using mostly mac to using mostly linux. When I want to paste something, I usually press Ctrl + V, and seeing it fail makes me realize, that I meant to press Ctrl + Shift + V ...
1
vote
0
answers
165
views
iTerm now showing cursor when pressing Shift + arrow key
As you can see in this picture, iTerm is adding a kind of overlay cursor (plus this paper icon) above the terminal windows when I press Shift + any arrow key. It seems to be a text selection tool or ...
2
votes
1
answer
4k
views
keyboard shortcuts to select text from terminal in zsh shell?
Wanted to select text while writing in the current line or want to select some of the text from the outputs of the previous commands.
I'm using the normal terminal of macOs catalina 10.15.5.
Seems to ...
0
votes
1
answer
284
views
How to let sudoedit source ~/.bashrc file
I have Vim shortcuts which requires me to edit the ~/.bashrc file to stop some terminal shortcuts like <C-S> - which freezes the whole terminal - so I can use them in Vim. when I open a Vim file ...
1
vote
1
answer
830
views
Sending sysrq through the picocom or TigerVNC
I have some VM on qemu, which occasionally freezes.
Thus I need some way to send sysrq to my VM. I use both TigerVNC and picocom, but the appropriate hotkeys (e.g. Alt + PrtScr + B) don't work. ...
1
vote
1
answer
1k
views
how to enable command line navigation shortcuts in fish shell running in iTerm on Mac
Setup: MacOs Mojave, iTerm, Fish shell 3.0.2, using fisher have theme bob-the-fish installed as well.
Would like to be able to use command line navigation keyboard shortcuts such as ctrl-A to get t ...
0
votes
1
answer
282
views
How to swap one large tmux pane with several smaller ones?
How do you swap one large tmux pane with several smaller ones?
In other word: from an arrangement like A – to an arrangement like B:
A ┊ B
...
3
votes
1
answer
2k
views
vim-tmux-navigator to use tmux prefix instead of C-[hjkl]
I have installed vim-tmux-navigator on the tmux and the vim side and I can navigate between vim panes and tmux windows using Ctrl-[hjkl]
BUT: This means that readline (or bash?) shortcuts are ...
4
votes
1
answer
2k
views
How to set up a keyboard shortcut to open Terminal on macOS FOR FREE?
Tried looking all over the internet, they all require buying third party programs that support the feature, or suggest programs that don't work for me. Like Automator.
Automator doesn't recognize ...
0
votes
2
answers
411
views
Is there any shortcut for parent folder in console?
I would like to know if there is any plugins and/or utilities that could make my life MUCH MORE easier.
When moving from folder to folder through console, I can use the Tab key on my keyboard to ...
4
votes
2
answers
7k
views
Paste in Nano is not working
I used Ctrl+Shift+6 to select a block of text in Nano, then cut it with Ctrl+K.
This successfully removed the text from my buffer.
But when I do Ctrl+U to paste what I had cut, nothing is pasted.
...
0
votes
1
answer
2k
views
set "change input source" shortcut from terminal
I would like to have the defaults terminal command to set the keyboard shortcuts for selecting the next or previous input sources for the keyboard. They can be changed graphically via system ...
3
votes
0
answers
407
views
how to bind command-delete (command-backspace) to 'kill-whole-line' in bash terminal?
I'm on mac and I'm trying to unify my keyboard shortcuts across applications.
In so doing, I'd like to make Command+Delete behave like Ctrl-U currently behaves in the terminal. I was hoping I could ...
10
votes
4
answers
60k
views
How do I open a new git bash terminal window at my current location in windows?
When running git bash, I can open a new bash window at my root with Alt+F2
I can open a windows explorer window at the current directory path
$ explorer .
Trying
$ sh
to open a new terminal ...
0
votes
1
answer
62
views
Cant run Terminal from Finder with shortcut if 'Show items as' is on 'columns'
I usually use 'show as columns' when working on my macbook. Today I assigned a shortcut to open terminal window from Finder in sys -> Keyboard -> Shortcuts -> Services, but it seems to work ...
1
vote
0
answers
52
views
How can I set up keyboard shortcuts that launch the Terminal with different styles (per shortcut)?
I know that I can set a default style in the Terminal app and simply assign a shortcut to open the Terminal, but I actually want 4 keyboard shortcuts, each opening the Terminal app with a different ...
104
votes
2
answers
8k
views
Delete entered password in hidden password prompt (Linux) with shortcut
Is there a way to delete all characters that I entered in a hidden password prompt in Linux? For example, when I SSH to a server, it asks for my password where the entered keys are not shown:
$ ssh ...
0
votes
1
answer
1k
views
iTerm2 doesn't recognize Ctrl-Left and Ctrl-Right
TLDR; I couldn't get the Micro editor to recognize Ctrl-Left and Ctrl-Right key combinations. I thought I maybe have to add escape sequences to iTerm2 (screenshot). The Keyboard Shortcut input field (...
1
vote
2
answers
5k
views
Keep processes running in Linux after disconnected to terminals, a ctrl+D solution?
For years I've been using nohup or screen to keep processes running after I disconnect to the terminal through SSH. So it quite shocked me when one of my friends, a green hand at Linux or CS, told me ...
3
votes
1
answer
2k
views
Changing Keyboard Shortcuts in OSX Terminal
I want to change the functionality of some keyboard shortcuts, and add some custom ones, to Terminal in OSX such that:
alt + delete deletes one word to the left
cmd + i selects my entire input
I ...
1
vote
1
answer
1k
views
Super key combinations cause weird input in Konsole
I'm running KDE 5.10.4 on Fedora 26. Whenever I'm in Konsole and press the Win/Super key along with any key that's not bound to a system-wide KDE shortcut, such as 'I', it sends some weird input that: ...
9
votes
4
answers
19k
views
What keyboard shortcuts would let me temporarily change the font size in a MobaXterm terminal?
I was excited to learn that you can hold down Ctrl and use the scroll wheel on the mouse to change the font size in MobaXterm. Later, I thought I found a key combination that did the same thing, but I ...
4
votes
2
answers
7k
views
What is the shortcut for "increase font size" in Terminal using non-english keyboard
I have a Turkish keyboard and in my keyboard there isn't a standalone '+' character. So following doesn't work for me
How to increase Terminal font size on OSX?
Following is my keyboard layout. What ...
1
vote
1
answer
2k
views
How Can I Perform ALT + > in Iterm2
In a standard bash shell one can go backwards through the history by hitting the UP key, and forwards by hitting the DOWN key. If you've hit up a bunch and want to get back to the start you can hit ...
1
vote
1
answer
137
views
Faster ways around mac desktops and spaces?
Background Information
I'm a long running linux user
I use my terminals a lot (ctrl-alt-(F1-F12)) on my linux machines
I also usually have a handful of GUI desktops open
I'm on a macbook for the ...
4
votes
1
answer
2k
views
MacOS: How to switch panes between split terminal Window
I know that I can split the Terminal into multiple panes. Opening a new pane can be done using Cmd+D. Closing a pane can be done using Shift+Cmd+D.
The problem I am now facing is that all existing ...