User contributions for Xbl
Appearance
9 March 2022
- 16:4716:47, 9 March 2022 diff hist +30 Basic Commands →ls
- 12:2912:29, 9 March 2022 diff hist −5 Main Page No edit summary
- 12:2712:27, 9 March 2022 diff hist +66 Main Page No edit summary
- 11:0311:03, 9 March 2022 diff hist +82 Basic Commands No edit summary
- 10:5810:58, 9 March 2022 diff hist +402 Basic Commands No edit summary
8 March 2022
- 18:3118:31, 8 March 2022 diff hist +3,046 N Vi IMproved Created page with "= vim = == inserting == i : insert text before the current position</br> I : insert text at the beginning of current line</br> a : append text after the current position</br> A : append text to the end of current line</br> o : open new line below current line</br> O : open new line above current line</br> == navigating == h : move back one character</br> j : move down one line</br> k : move up one line</br> l : move forward one character</br> w : move to start of next..."
- 17:3417:34, 8 March 2022 diff hist +418 Basic Commands →ls
25 February 2022
- 14:2414:24, 25 February 2022 diff hist +5,068 N Regular Expressions Created page with "== Regular Expressions == {| class="wikitable" |- ! Metacharacter ! Description |- valign="top" !<code>\</code> |Escape character. |- |- valign="top" !<code>?</code> |Matches the preceding element zero or one time. For example, <code>ab?c</code> matches only "ac" or "abc". |- !<code>+</code> |Matches the preceding element one or more times. For example, <code>ab+c</code> matches "abc", "abbc", "abbbc", and so on, but not "ac". |- !<code><nowiki>|</nowiki></code> |The ch..."
22 February 2022
- 23:0123:01, 22 February 2022 diff hist +4,748 N Mediawiki Cheatsheet Created page with "== Mediawiki Cheatsheet == {| style="border:none; text-align:left; background:#f0f0f0; font-size: 95%;" |- | width="25%" style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''Description''' | style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''You type''' | width="25%" style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''You get''' |- | colspan="3" style="background: #e4e4e4; padding: 3px 5px; font-family: sans-serif; fo..."
- 22:5822:58, 22 February 2022 diff hist +368 N Dynamic Window Manager Created page with "== Hotkeys == </br> ;Navigation</br> :to workspace</br> ::win+{num}</br> :to next/previous monitor</br> ::win+,</br> ::win+.</br> :rotate clockwise</br> ::win+j</br> :rotate counterclockwise</br> ::win+k</br> :Zoom</br> ::win+v</br> </br> ;Move windows</br> :to workspace</br> ::win+shift+{num}</br> :to next/previous monitor</br> ::win+shift+,</br> ::win+shift+.</br>"
17 February 2022
- 22:2322:23, 17 February 2022 diff hist +252 N Basic Commands Created page with "=ls= -a, --all</br> do not ignore entries starting with . -h, --human-readable</br> with -l and -s, print sizes like 1K 234M 2G etc -l</br> use a long listing format -r, --reverse</br> reverse order while sorting -t</br> sort by time, newest first"
15 February 2022
- 00:0800:08, 15 February 2022 diff hist 0 Test No edit summary current
- 00:0500:05, 15 February 2022 diff hist +31 N Test Test