Author:
erics, May 23rd, 2023
In the macOS Terminal, my mouse scroll wheel would magically start scrolling the command line history instead of the window buffer scroll bar on the right to show window history. This happened when an SSH session was disconnected or timed out. The fix is to run the reset command.
Categories: How-To's, Technology Tags: apple, bash, cli, Command line, Disconnect, History, howto, MacOS, Mouse, Scroll, Shell, ssh, Terminal, Timeout, tips
|
No comments
Author:
erics, December 2nd, 2021
Use AutoRaise! From the docs: “When you hover a window it will be raised to the front (with a delay of your choosing) and gets the focus.” Web page: https://github.com/sbmpost/AutoRaise Download: https://github.com/sbmpost/AutoRaise/archive/refs/heads/master.zip
|
unzip -d ~ ~/Downloads/AutoRaise-master.zip cd ~/AutoRaise-master && make clean && make make install |
My ~/.AutoRaise file:
|
#AutoRaise config file delay=3 |
Categories: How-To's, Technology Tags: apple, AutoRaise, Delay, Focus, Focus Follows Mouse, Follow, Hover, howto, Mac, MacOS, macosx, Mouse, Raise, tips, window
|
1 comment
Author:
erics, July 27th, 2021
Current Session:
All Sessions: Add the following to your ~/.vimrc file:
Categories: How-To's, Technology Tags: Automatic, Disable, Disable Visual, howto, Mouse, tips, vi, vim, Visual, Visual Mode
|
No comments
Author:
erics, April 11th, 2017
Press Option+Space and the cursor will change to the grab hand move tool. Roll your mouse wheel for vertical scrolling, hold down shift to switch to horizontal scroll mode.
Categories: How-To's, Technology Tags: apple, Cursor, Grab, Hand, howto, macosx, Mouse, Move, Preview, tips
|
No comments
Author:
erics, September 4th, 2010
In your stylesheet, use: [code]cursor: {value}[/code] Replace {value} with one of the following names (in bold): (Hover over each name in bold to see an example of the mouse pointer…) pointer – The hand icon usually used when hovering over an HTML link help – A question mark text – Shows the text-select (“I”-shape) icon […]
Categories: How-To's, Technology Tags: CSS, howto, Mouse, Pointer, tips
|
No comments