Blame
Date:
Mon Jan 23 05:00:25 2023 UTC
Message:
Daily backup
01
2023-01-22
jrmu
version=pmwiki-2.2.130 ordered=1 urlencoded=1
02
2023-01-22
jrmu
agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
03
2023-01-22
jrmu
author=monaco
04
2023-01-22
jrmu
charset=UTF-8
05
2023-01-22
jrmu
csum=
06
2023-01-22
jrmu
ctime=1618169211
07
2023-01-22
jrmu
host=185.173.204.160
08
2023-01-22
jrmu
name=Vim.Vim
09
2023-01-22
jrmu
rev=6
10
2023-01-22
jrmu
targets=
11
2023-01-22
jrmu
text=!! Vim Cheat Sheet%0a%0a!! How to enter console mode%0a[@%0aESC - Escape on you're keyboard so you can use console%0a@]%0a%0a!! How to triger Console%0a[@%0a:%0a/%0a@]%0a%0a!! Enter INSERT MODE%0a[@%0ai%0a@]%0a!! Exit the document%0a[@%0a:q%0a@]%0a!! Exit the document without saving%0a[@%0a:q!%0a@]%0a!! Navigate UP/DOWN%0a[@%0aj - for up%0ak - for down%0a@]%0a!! Navigate Right/Left%0a[@%0al - for left%0ah - for right%0a@]%0a!! Exit and Save%0a[@%0a:wq%0a@]%0a!! Undo %0a[@%0au - undo%0a:u - undo%0a:undo - undo%0a@]%0a!! Search and Replace ALL for single change u just type "%25s/keyword/newkeyword/ without G%0a[@%0a%25s/keyword/whatuwanttoreplace/g - Replaces anything whith whatuwanttoreplace that is known as keyword%0a@]%0a!! How to save and quit%0a[@%0aESC; :wq - Write and quit or a.k.a Save and quit%0a@]%0a!! How to search%0a[@%0a/keywoard%0a@]%0a!! Show number lines%0a[@%0aESC, :set number%0a@]%0a!! Delete a line%0a[@%0add%0a@]%0a!! Jump to first line%0a[@%0agg%0a@]%0a!! Jump to last/bottom line%0a[@%0aSHIFT+G%0aG%0a@]%0a!! Exit INSERT mode%0a[@%0aESC%0a@]%0a!! Enable Syntax%0a[@%0a:syntax on%0a@]%0a!! Disable Syntax%0a[@%0a:syntax off%0a@]%0a!! Go to specific line%0a[@%0a/20 - Sents you to line 20%0a@]%0a%0aThis commands most of them apply to "vi" to but for full experience please install vim:%0a[@%0apkg_add vim%0a@]%0a
12
2023-01-22
jrmu
time=1618182865
13
2023-01-22
jrmu
author:1618182865=monaco
14
2023-01-22
jrmu
diff:1618182865:1618169696:=4,7c4,5%0a%3c [@%0a%3c ESC - Escape on you're keyboard so you can use console%0a%3c @]%0a%3c %0a---%0a> `ESC - Escape on you're keyboard so you can use console`%0a> %0a9,10c7%0a%3c [@%0a%3c :%0a---%0a> `:%0a12,13c9,10%0a%3c @]%0a%3c %0a---%0a> `%0a> %0a15,17c12%0a%3c [@%0a%3c i%0a%3c @]%0a---%0a> `i`%0a19,21c14%0a%3c [@%0a%3c :q%0a%3c @]%0a---%0a> `:q`%0a23,25c16%0a%3c [@%0a%3c :q!%0a%3c @]%0a---%0a> `:q!`%0a27c18%0a%3c [@%0a---%0a> `%0a30c21%0a%3c @]%0a---%0a> `%0a32,33c23%0a%3c [@%0a%3c l - for left%0a---%0a> `l - for left%0a35c25%0a%3c @]%0a---%0a> `%0a37,39c27%0a%3c [@%0a%3c :wq%0a%3c @]%0a---%0a> `:wq`%0a41c29%0a%3c [@%0a---%0a> `%0a45c33%0a%3c @]%0a---%0a> `%0a47,49c35%0a%3c [@%0a%3c %25s/keyword/whatuwanttoreplace/g - Replaces anything whith whatuwanttoreplace that is known as keyword%0a%3c @]%0a---%0a> `%25s/keyword/whatuwanttoreplace/g - Replaces anything whith whatuwanttoreplace that is known as keyword`%0a51,53c37%0a%3c [@%0a%3c ESC; :wq - Write and quit or a.k.a Save and quit%0a%3c @]%0a---%0a> `ESC; :wq - Write and quit or a.k.a Save and quit`%0a55,57c39%0a%3c [@%0a%3c /keywoard%0a%3c @]%0a---%0a> `/keywoard`%0a59,61c41%0a%3c [@%0a%3c ESC, :set number%0a%3c @]%0a---%0a> `ESC, :set number`%0a63,65c43%0a%3c [@%0a%3c dd%0a%3c @]%0a---%0a> `dd`%0a67,69c45%0a%3c [@%0a%3c gg%0a%3c @]%0a---%0a> `gg`%0a71,74c47,48%0a%3c [@%0a%3c SHIFT+G%0a%3c G%0a%3c @]%0a---%0a> `SHIFT+G`%0a> `G`%0a76,78c50%0a%3c [@%0a%3c ESC%0a%3c @]%0a---%0a> `ESC`%0a80,82c52%0a%3c [@%0a%3c :syntax on%0a%3c @]%0a---%0a> `:syntax on`%0a84,86c54%0a%3c [@%0a%3c :syntax off%0a%3c @]%0a---%0a> `:syntax off`%0a88,91c56,57%0a%3c [@%0a%3c /20 - Sents you to line 20%0a%3c @]%0a%3c %0a---%0a> `/20 - Sents you to line 20`%0a> %0a93,95c59,60%0a%3c [@%0a%3c pkg_add vim%0a%3c @]%0a---%0a> %0a> `pkg_add vim`%0a
15
2023-01-22
jrmu
host:1618182865=185.173.204.160
16
2023-01-22
jrmu
author:1618169696=monaco
17
2023-01-22
jrmu
diff:1618169696:1618169435:=
18
2023-01-22
jrmu
host:1618169696=185.173.204.160
19
2023-01-22
jrmu
author:1618169435=monaco
20
2023-01-22
jrmu
diff:1618169435:1618169388:=2a3,4%0a> ! VIM CHEAT SHEET FROM monaco%0a> %0a4c6%0a%3c `ESC - Escape on you're keyboard so you can use console`%0a---%0a> '_ESC - Escape on you're keyboard so you can use console_'%0a
21
2023-01-22
jrmu
host:1618169435=185.173.204.160
22
2023-01-22
jrmu
author:1618169388=monaco
23
2023-01-22
jrmu
diff:1618169388:1618169304:=6c6%0a%3c '_ESC - Escape on you're keyboard so you can use console_'%0a---%0a> `ESC - Escape on you're keyboard so you can use console`%0a
24
2023-01-22
jrmu
host:1618169388=185.173.204.160
25
2023-01-22
jrmu
author:1618169304=monaco
26
2023-01-22
jrmu
diff:1618169304:1618169211:=0a1%0a> %0a3,5c4,6%0a%3c ! VIM CHEAT SHEET FROM monaco%0a%3c %0a%3c !! How to enter console mode%0a---%0a> # VIM CHEAT SHEET FROM monaco%0a> %0a> ## How to enter console mode%0a8c9%0a%3c !! How to triger Console%0a---%0a> ## How to triger Console%0a13c14%0a%3c !! Enter INSERT MODE%0a---%0a> ## Enter INSERT MODE%0a15c16%0a%3c !! Exit the document%0a---%0a> ## Exit the document%0a17c18%0a%3c !! Exit the document without saving%0a---%0a> ## Exit the document without saving%0a19c20%0a%3c !! Navigate UP/DOWN%0a---%0a> ## Navigate UP/DOWN%0a24c25%0a%3c !! Navigate Right/Left%0a---%0a> ## Navigate Right/Left%0a28c29%0a%3c !! Exit and Save%0a---%0a> ## Exit and Save%0a30c31%0a%3c !! Undo %0a---%0a> ## Undo %0a36c37%0a%3c !! Search and Replace ALL for single change u just type "%25s/keyword/newkeyword/ without G%0a---%0a> ## Search and Replace ALL for single change u just type "%25s/keyword/newkeyword/ without G%0a38c39%0a%3c !! How to save and quit%0a---%0a> ## How to save and quit%0a40c41%0a%3c !! How to search%0a---%0a> ## How to search%0a42c43%0a%3c !! Show number lines%0a---%0a> ## Show number lines%0a44c45%0a%3c !! Delete a line%0a---%0a> ## Delete a line%0a46c47%0a%3c !! Jump to first line%0a---%0a> # Jump to first line%0a48c49%0a%3c !! Jump to last/bottom line%0a---%0a> # Jump to last/bottom line%0a51c52%0a%3c !! Exit INSERT mode%0a---%0a> ## Exit INSERT mode%0a53c54%0a%3c !! Enable Syntax%0a---%0a> ## Enable Syntax%0a55c56%0a%3c !! Disable Syntax%0a---%0a> ## Disable Syntax%0a57c58%0a%3c !! Go to specific line%0a---%0a> ## Go to specific line%0a
27
2023-01-22
jrmu
host:1618169304=185.173.204.160
28
2023-01-22
jrmu
author:1618169211=monaco
29
2023-01-22
jrmu
diff:1618169211:1618169211:=1,63d0%0a%3c %0a%3c !! Vim Cheat Sheet%0a%3c %0a%3c # VIM CHEAT SHEET FROM monaco%0a%3c %0a%3c ## How to enter console mode%0a%3c `ESC - Escape on you're keyboard so you can use console`%0a%3c %0a%3c ## How to triger Console%0a%3c `:%0a%3c /%0a%3c `%0a%3c %0a%3c ## Enter INSERT MODE%0a%3c `i`%0a%3c ## Exit the document%0a%3c `:q`%0a%3c ## Exit the document without saving%0a%3c `:q!`%0a%3c ## Navigate UP/DOWN%0a%3c `%0a%3c j - for up%0a%3c k - for down%0a%3c `%0a%3c ## Navigate Right/Left%0a%3c `l - for left%0a%3c h - for right%0a%3c `%0a%3c ## Exit and Save%0a%3c `:wq`%0a%3c ## Undo %0a%3c `%0a%3c u - undo%0a%3c :u - undo%0a%3c :undo - undo%0a%3c `%0a%3c ## Search and Replace ALL for single change u just type "%25s/keyword/newkeyword/ without G%0a%3c `%25s/keyword/whatuwanttoreplace/g - Replaces anything whith whatuwanttoreplace that is known as keyword`%0a%3c ## How to save and quit%0a%3c `ESC; :wq - Write and quit or a.k.a Save and quit`%0a%3c ## How to search%0a%3c `/keywoard`%0a%3c ## Show number lines%0a%3c `ESC, :set number`%0a%3c ## Delete a line%0a%3c `dd`%0a%3c # Jump to first line%0a%3c `gg`%0a%3c # Jump to last/bottom line%0a%3c `SHIFT+G`%0a%3c `G`%0a%3c ## Exit INSERT mode%0a%3c `ESC`%0a%3c ## Enable Syntax%0a%3c `:syntax on`%0a%3c ## Disable Syntax%0a%3c `:syntax off`%0a%3c ## Go to specific line%0a%3c `/20 - Sents you to line 20`%0a%3c %0a%3c This commands most of them apply to "vi" to but for full experience please install vim:%0a%3c %0a%3c `pkg_add vim`%0a
30
2023-01-22
jrmu
host:1618169211=185.173.204.160
IRCNow