mirror of
https://github.com/Hizenberg469/Vim-tutorials.git
synced 2026-04-19 22:02:24 +03:00
navigation
This commit is contained in:
24
textobjects.txt
Normal file
24
textobjects.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
This is a sentence comprised of many words. This is another sentence. A
|
||||
paragraph is made up of multiple sentences. Just like this one!
|
||||
|
||||
This is also paragraph.
|
||||
No only is it made up of multiple sentences, it's made up of multiple lines.
|
||||
This is the last line in this paragraph.
|
||||
|
||||
colors = ['red', 'green', 'blue']
|
||||
print(colors)
|
||||
<html>
|
||||
<p>This is <strong>so, so, very</strong> cool!</p>
|
||||
<i_made_this_up>There is text here.</i_made_this_up>
|
||||
|
||||
scores = {
|
||||
'boars': 6,
|
||||
'saints': 7,
|
||||
'bandits': 0
|
||||
}
|
||||
|
||||
BACKUP_SERVER="deepfreeze01"
|
||||
MAIL_SERVER='mail13'
|
||||
HOST=`uname -n`
|
||||
|
||||
This training is provided by LinuxTrainingAcademy.com.
|
||||
Reference in New Issue
Block a user