Skip to main content

All Questions

0 votes
1 answer
673 views

c# Insert Fixed Text to Cursor Position

I would Like to add to my Visual studio a shortcut or addin to add fixed text to the position where the cursor is on. For example : this is my current cs File: public void foo(){ int x = 4 ; **cursor ...
Roey Mizrahi's user avatar
19 votes
5 answers
13k views

How to jump back to the first character in *nix command line?

When writing a long command in the *nix command line and having to go back to the first character, in order to add something at the beginning (for instance a nohup, when you realize the process will ...
clami219's user avatar
  • 405
3 votes
1 answer
3k views

vim inside tmux: throws "E388" with <C-Left> in insert mode [duplicate]

I've read that in insert mode in vim, one can use <C-Left> and <C-Right> to move by words. This works for me, but only as far as I don't run vim inside tmux terminal splitter. When inside ...
yo''s user avatar
  • 509
8 votes
2 answers
5k views

Keyboard Shortcut to Move Mouse Cursor to Current Window

Under X Windows it is possible to move mouse cursor using shift+Num Lock and the numeric keypad as described in this wikipedia page. However, when you have two monitors running resolution of 3360x1050 ...
user avatar
0 votes
1 answer
8k views

Highlighting cursor or changing cursor size temporarily with keyboard shortcut

My machine has two large screens, and I often find myself editing high-res pictures with a tiny cross-hair cursor that allows me to easily see the image content around the pixel I am editing. However,...
Amelio Vazquez-Reina's user avatar
3 votes
3 answers
802 views

CapsLock-i, j, k, l as Cursor Keys?

I want to map the cursor keys to CapsLock-i, j, k, l On WinXP/32, is this possible system-wide (for all applications)? (don't need standard CapsLock functionality)
feklee's user avatar
  • 1,664
2 votes
3 answers
17k views

How can the mouse pointer be moved using the keyboard?

Is there a way I can move the mouse pointer using the keyboard?
Lydon Ch's user avatar
  • 6,029