Skip to content
Advance Computing
Advance Computing
Explore | Learn | Discuss ...

Month: March 2019

vim – Search in multiple files

March 2, 2019 Advance Computing Leave a comment

#Search for pattern in multiple files :vimgrep / pattern / {file} e.g. :vimgrep /acTest/ **/* #Jump to the next match…

Continue Reading →

Posted in: Advance Computing, Development, Linux, Programming, vim

vim – Search and replace

Advance Computing Leave a comment

#Search for pattern /pattern #Search backward for pattern ?pattern #’Very magic’ pattern: Non-alphanurmic characters are interpreted as special regex symbols(no…

Continue Reading →

Posted in: Advance Computing, Development, Linux, Programming, vim

vim – Exiting

Advance Computing Leave a comment

#Write or save the file, but don’t exit :w #Write out the current file using sudo :w !sudo tee %…

Continue Reading →

Posted in: Advance Computing, Development, Linux, Programming, vim

vim – Cut and paste

Advance Computing Leave a comment

#Yank or copy a line yy #Yank or copy 3 lines 3yy #Yank or copy the characters of the word…

Continue Reading →

Posted in: Advance Computing, Development, Linux, Programming, vim

vim – Tabs

Advance Computing Leave a comment

#Open a file in a new tab :tabnew or :tabnew < file > #Move the current split window into its…

Continue Reading →

Posted in: Advance Computing, Development, Linux, Programming, vim

Post navigation

Page 1 of 3
1 2 3 Next →

Search

Recent Posts

  • Method References in Java 8: Types
  • Concurrency in Java 8
  • Method Reference in Java 8
  • Why Java 8 ?
  • TsLint Custom rules creation and configuration

Recent Comments

  • hydraulic on Concurrency in Java 8

Social

hit counter
March 2019
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Feb   Apr »
Copyright © 2018-2022 Advance Computing