Main Page: Difference between revisions

From razwiki
Jump to navigation Jump to search
Line 54: Line 54:


[[How to see the vim function that a command is running]]
[[How to see the vim function that a command is running]]

[[How to show stdout and stderr in different colors]]

* https://unix.stackexchange.com/questions/12439/can-i-configure-my-shell-to-print-stderr-and-stdout-in-different-colors
** https://github.com/sickill/stderred

[[How to detect if vim colorscheme is available]]

* https://vi.stackexchange.com/questions/18932/detecting-whether-colorscheme-is-available

[[How to check if ssh tunnel is open]]

* https://stackpointer.io/unix/unix-linux-netcat-check-port-open/511/


== Links from mediawiki install ==
== Links from mediawiki install ==

Revision as of 01:20, 1 December 2021

How to

What does

TODO

How to create an input to create articles in mediawiki

How to install a vim plugin from .tar.gz

How to open a link from vim via keyboard

How to open a link from vim by clicking

How to open a link in tmux by clicking

How to create a bulleted list in mediawiki visual editor via keyboard

How to hide "Main Page" title on mediawiki main page

How to run vim ex command on visual selection

How to edit git diff from vim

How to view viml source for vim command

How to combine multiple desktops into one in MacOS

  • Press the mission control key (same key as F3) and click the x; the windows will come over

How to save changes without confirmation on mediawiki

How to make Special:PrefixIndex only have 1 column as it displays results

How to view source code of wikitext function (for example Special:PrefixIndex)

How to create wikitext link in 1 keyboard shortcut (currently hit cmd+k return)

How to run a command when opening vim with no arguments

How to see the vim function that a command is running

How to show stdout and stderr in different colors

How to detect if vim colorscheme is available

How to check if ssh tunnel is open

Links from mediawiki install