SlideShare a Scribd company logo
1 of 18
Download to read offline
Editing Files with Vi
What You Will Learn
● How to use the vi editor.
The Vi Editor
● Has advanced and powerful features
● Not intuitive
● Harder to learn than nano
● Requires a time investment
The Vi Editor
vi [file] Edit file.
vim [file] Same as vi, but more features.
view [file] Starts vim in read-only mode.
Vi Command Mode and Navigation
k Up one line.
j Down one line.
h Left one character.
l Right one character.
w Right one word.
b Left one word.
^ Go to the beginning of the line.
$ Go to the end of the line.
Vi Navigation Keys
Vi Insert Mode
i Insert at the cursor position.
I Insert at the beginning of the line.
a Append after the cursor position.
A Append at the end of the line.
Vi Line Mode
:w Writes (saves) the file.
:w! Forces the file to be saved.
:q Quit.
:q! Quit without saving changes.
:wq! Write and quit.
:x Same as :wq.
Vi Line Mode
:n Positions the cursor at line n.
:$ Positions the cursor on the last line.
:set nu Turn on line numbering.
:set nonu Turn off line numbering.
:help [subcommand] Get help.
Vi Modes
Mode Key
Command Esc
Insert i I a A
Line :
Vi - Repeating Commands
● Repeat a command by preceding it with a
number.
○ 5k = Move up a line 5 times
○ 80i<Text><ESC> = Insert <Text> 80 times
○ 80i_<Esc> = Insert 80 "_" characters
Vi - Deleting Text
x Delete a character.
dw Delete a word.
dd Delete a line.
D Delete from the current position.
Vi - Changing Text
r Replace the current character.
cw Change the current word.
cc Change the current line.
c$ Change the text from the current position.
C Same as c$.
~ Reverses the case of a character.
Vi - Copying and Pasting
yy Yank (copy) the current line.
y<position> Yank the <position>.
p Paste the most recent deleted or yanked text.
Vi - Undo / Redo
u Undo
Ctrl-R Redo
Vi - Searching
/<pattern> Start a forward search.
?<pattern> Start a reverse search.
Demo - vi
---TODO: Overlay with characters that I'm
using.---- (Might be hard, maybe come back and
do that later????)
key-mon --nomouse --scale=2.1
Summary
● More advanced than nano
● Vi has three modes

More Related Content

Similar to 015-Editing-Files-With-Vi.pdf

Using VI Editor in Red Hat by Rohit Kumar
Using VI Editor in Red Hat by Rohit KumarUsing VI Editor in Red Hat by Rohit Kumar
Using VI Editor in Red Hat by Rohit KumarRohit Kumar
 
1359 Vi Editor
1359 Vi Editor1359 Vi Editor
1359 Vi Editortechbed
 
lectuer 21-22.pptx
lectuer 21-22.pptxlectuer 21-22.pptx
lectuer 21-22.pptxpoonam256394
 
changing and deleting text ,change word and line under vi editor
changing and deleting text ,change word and line under vi editorchanging and deleting text ,change word and line under vi editor
changing and deleting text ,change word and line under vi editorShourya Puri
 
Productive text editing with Vim
Productive text editing with VimProductive text editing with Vim
Productive text editing with Vimbryanbibat
 
1_Editors_in_Unix
1_Editors_in_Unix1_Editors_in_Unix
1_Editors_in_UnixGautam Raja
 
Vi editor commands
Vi editor commandsVi editor commands
Vi editor commandsFemi Adeyemi
 
Mission vim possible-full
Mission vim possible-fullMission vim possible-full
Mission vim possible-fullSam Gottfried
 
Vim Cards - Powerpoint Format
Vim Cards - Powerpoint FormatVim Cards - Powerpoint Format
Vim Cards - Powerpoint FormatAdam Lowe
 
VI Editors
VI EditorsVI Editors
VI EditorsDeivanai
 
Vim Cards - Keynote Format
Vim Cards - Keynote FormatVim Cards - Keynote Format
Vim Cards - Keynote FormatAdam Lowe
 

Similar to 015-Editing-Files-With-Vi.pdf (20)

Using vi editor
Using vi editorUsing vi editor
Using vi editor
 
Using VI Editor in Red Hat by Rohit Kumar
Using VI Editor in Red Hat by Rohit KumarUsing VI Editor in Red Hat by Rohit Kumar
Using VI Editor in Red Hat by Rohit Kumar
 
vim-cheatsheet.pdf
vim-cheatsheet.pdfvim-cheatsheet.pdf
vim-cheatsheet.pdf
 
Vi cheat sheet
Vi cheat sheetVi cheat sheet
Vi cheat sheet
 
Vi cheat sheet
Vi cheat sheetVi cheat sheet
Vi cheat sheet
 
Vim
VimVim
Vim
 
vim
vimvim
vim
 
Vim
VimVim
Vim
 
1359 Vi Editor
1359 Vi Editor1359 Vi Editor
1359 Vi Editor
 
lectuer 21-22.pptx
lectuer 21-22.pptxlectuer 21-22.pptx
lectuer 21-22.pptx
 
changing and deleting text ,change word and line under vi editor
changing and deleting text ,change word and line under vi editorchanging and deleting text ,change word and line under vi editor
changing and deleting text ,change word and line under vi editor
 
Productive text editing with Vim
Productive text editing with VimProductive text editing with Vim
Productive text editing with Vim
 
1_Editors_in_Unix
1_Editors_in_Unix1_Editors_in_Unix
1_Editors_in_Unix
 
Vi editor commands
Vi editor commandsVi editor commands
Vi editor commands
 
Vi editor
Vi   editorVi   editor
Vi editor
 
Mission vim possible-full
Mission vim possible-fullMission vim possible-full
Mission vim possible-full
 
Vim Cards - Powerpoint Format
Vim Cards - Powerpoint FormatVim Cards - Powerpoint Format
Vim Cards - Powerpoint Format
 
VI Editors
VI EditorsVI Editors
VI Editors
 
Vim Cards - Keynote Format
Vim Cards - Keynote FormatVim Cards - Keynote Format
Vim Cards - Keynote Format
 
Using vi
Using viUsing vi
Using vi
 

More from ssuser584832

017-Graphical-Editors.pdf
017-Graphical-Editors.pdf017-Graphical-Editors.pdf
017-Graphical-Editors.pdfssuser584832
 
020-Comparing-Files.pdf
020-Comparing-Files.pdf020-Comparing-Files.pdf
020-Comparing-Files.pdfssuser584832
 
019-I-O-Redirection.pdf
019-I-O-Redirection.pdf019-I-O-Redirection.pdf
019-I-O-Redirection.pdfssuser584832
 
018-Deleting-Copying-Moving-And-Renaming-Files.pdf
018-Deleting-Copying-Moving-And-Renaming-Files.pdf018-Deleting-Copying-Moving-And-Renaming-Files.pdf
018-Deleting-Copying-Moving-And-Renaming-Files.pdfssuser584832
 
009-Teach-Yourself-To-Fish.pdf
009-Teach-Yourself-To-Fish.pdf009-Teach-Yourself-To-Fish.pdf
009-Teach-Yourself-To-Fish.pdfssuser584832
 
007-Welcome-To-Shell.pdf
007-Welcome-To-Shell.pdf007-Welcome-To-Shell.pdf
007-Welcome-To-Shell.pdfssuser584832
 
012-File-And-Directory-Permissions-Explained.pdf
012-File-And-Directory-Permissions-Explained.pdf012-File-And-Directory-Permissions-Explained.pdf
012-File-And-Directory-Permissions-Explained.pdfssuser584832
 
008-Basic-Linux-Commands.pdf
008-Basic-Linux-Commands.pdf008-Basic-Linux-Commands.pdf
008-Basic-Linux-Commands.pdfssuser584832
 

More from ssuser584832 (8)

017-Graphical-Editors.pdf
017-Graphical-Editors.pdf017-Graphical-Editors.pdf
017-Graphical-Editors.pdf
 
020-Comparing-Files.pdf
020-Comparing-Files.pdf020-Comparing-Files.pdf
020-Comparing-Files.pdf
 
019-I-O-Redirection.pdf
019-I-O-Redirection.pdf019-I-O-Redirection.pdf
019-I-O-Redirection.pdf
 
018-Deleting-Copying-Moving-And-Renaming-Files.pdf
018-Deleting-Copying-Moving-And-Renaming-Files.pdf018-Deleting-Copying-Moving-And-Renaming-Files.pdf
018-Deleting-Copying-Moving-And-Renaming-Files.pdf
 
009-Teach-Yourself-To-Fish.pdf
009-Teach-Yourself-To-Fish.pdf009-Teach-Yourself-To-Fish.pdf
009-Teach-Yourself-To-Fish.pdf
 
007-Welcome-To-Shell.pdf
007-Welcome-To-Shell.pdf007-Welcome-To-Shell.pdf
007-Welcome-To-Shell.pdf
 
012-File-And-Directory-Permissions-Explained.pdf
012-File-And-Directory-Permissions-Explained.pdf012-File-And-Directory-Permissions-Explained.pdf
012-File-And-Directory-Permissions-Explained.pdf
 
008-Basic-Linux-Commands.pdf
008-Basic-Linux-Commands.pdf008-Basic-Linux-Commands.pdf
008-Basic-Linux-Commands.pdf
 

Recently uploaded

Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
Denver Web Design brochure for public viewing
Denver Web Design brochure for public viewingDenver Web Design brochure for public viewing
Denver Web Design brochure for public viewingbigorange77
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Personfurqan222004
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一3sw2qly1
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Lucknow
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Deliverybabeytanya
 
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfThe Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfMilind Agarwal
 

Recently uploaded (20)

Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
Denver Web Design brochure for public viewing
Denver Web Design brochure for public viewingDenver Web Design brochure for public viewing
Denver Web Design brochure for public viewing
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Person
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfThe Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
 

015-Editing-Files-With-Vi.pdf

  • 2. What You Will Learn ● How to use the vi editor.
  • 3. The Vi Editor ● Has advanced and powerful features ● Not intuitive ● Harder to learn than nano ● Requires a time investment
  • 4. The Vi Editor vi [file] Edit file. vim [file] Same as vi, but more features. view [file] Starts vim in read-only mode.
  • 5. Vi Command Mode and Navigation k Up one line. j Down one line. h Left one character. l Right one character. w Right one word. b Left one word. ^ Go to the beginning of the line. $ Go to the end of the line.
  • 7. Vi Insert Mode i Insert at the cursor position. I Insert at the beginning of the line. a Append after the cursor position. A Append at the end of the line.
  • 8. Vi Line Mode :w Writes (saves) the file. :w! Forces the file to be saved. :q Quit. :q! Quit without saving changes. :wq! Write and quit. :x Same as :wq.
  • 9. Vi Line Mode :n Positions the cursor at line n. :$ Positions the cursor on the last line. :set nu Turn on line numbering. :set nonu Turn off line numbering. :help [subcommand] Get help.
  • 10. Vi Modes Mode Key Command Esc Insert i I a A Line :
  • 11. Vi - Repeating Commands ● Repeat a command by preceding it with a number. ○ 5k = Move up a line 5 times ○ 80i<Text><ESC> = Insert <Text> 80 times ○ 80i_<Esc> = Insert 80 "_" characters
  • 12. Vi - Deleting Text x Delete a character. dw Delete a word. dd Delete a line. D Delete from the current position.
  • 13. Vi - Changing Text r Replace the current character. cw Change the current word. cc Change the current line. c$ Change the text from the current position. C Same as c$. ~ Reverses the case of a character.
  • 14. Vi - Copying and Pasting yy Yank (copy) the current line. y<position> Yank the <position>. p Paste the most recent deleted or yanked text.
  • 15. Vi - Undo / Redo u Undo Ctrl-R Redo
  • 16. Vi - Searching /<pattern> Start a forward search. ?<pattern> Start a reverse search.
  • 17. Demo - vi ---TODO: Overlay with characters that I'm using.---- (Might be hard, maybe come back and do that later????) key-mon --nomouse --scale=2.1
  • 18. Summary ● More advanced than nano ● Vi has three modes