AskDev.io
AskDev.io
  • Questions
  • Tags
  • Sign Up

New questions

  • Mac iWork/Pages Automation
  • How properly "sell" an excellent design in huge conferences
  • Toggle cordless network setups with a little manuscript
  • Why do my bluetooth tools quit working on my MacBook Pro
  • Is there a Palm OS - design launcher (positioning applications in groups)?
  • Taking Down Helicopters
  • Embed Google+1 switch in an e-mail
  • Finding Concavity in Curves
  • How to locate 2 months old password customers in a Windows domain name?
  • Create and also disperse printers
  • htaccess and also 301 reroutes - multiple domains
  • Indent numerous lines with VIM?

New answers

  • What Visual Studio add - ins do you make use of?
  • Can windows domain name controller be virtualized?
  • What would certainly create the "Wireless Zero Configuration" to fall short to start up?
  • Definition of Symplectic Matrix
  • Report fraudulence internet sites online?
  • How to rejuvenate web server caching dynamically when we have the internet application running in clustering setting?
  • The Sims 3 : Earn 10,000 Simoleons?
  • Change F key actions on Apple keyboard
  • Snow Leopard and also Windows 7 on MacBook White
  • What is one of the most vital, valuable or informing point you found out in the last 12 months?
  • How can I escape from an SSH session that has collapsed?
  • Nexus S : just how can I regulate websites revealed below stock browser search box?

Indent numerous lines with VIM?

As an example, I'm editing and enhancing this code :

<html>
<body>
<script>
    var a = 10;
    a += 100;
</script>
</body>
</html>

currently I require to indent the manuscript line :

<html>
<body>
    <script>
        var a = 10;
        a += 100;
    </script>
</body>
</html>

How could I do this without relocating arrow to the begin of each line and also press Tab?

0
unix vi vim
wong2 2019-12-06 14:37:532019-12-06T02:12:53+02:00
Source Share
Answers: 0

Related questions

0
How to set a fixed IP in Ubuntu
0
Open Group Base Specifications, Single UNIX Specification and also POSIX
0
Disable internet browser logging result to console
0
What is a piece dimension in an ext3 filesystem?
0
Automated PAM component installment
0
What is the distinction in between 'sudo' and also 'su - c'
0
Firmware for cordless card on Ubuntu/Debian?
0
Verify that/ etc/passwd has proper variety of areas on each line?
0
General requirements for command line user interface
0
limiting presses to picked Mercurial databases making use of 'ssh' compelled commands and also 'hg - ssh'
0
Pluggin a number of USB disk drives right into a Linux system?
0
ral0 malfunctioning
0
What are core.mountd. ######### files? OpenSolaris
0
How to install a data source dump using Shell Script?
0
What Linux device will inform me if all the placed disks share about the very same transmission capacity?
Language:                             
licensed under cc by-sa 3.0 with attribution.
[email protected]
AskDev.io