Skip to main content
edited title
Link
Zanna
  • 71.6k
  • 60
  • 222
  • 330

What doesdo % and ! mean in Vim commands?

grammar fixes
Source Link
muru
  • 204.1k
  • 55
  • 507
  • 761

What menasdoes % and ! mean in vim commandVim commands?

In Vim command,

 :%!ls 

executes ls linux command and it's output prints its output to the current editable file.

But what menasdo % and ! separatedlymean separately in vim?

Is it possible execute ls and not put it'sits output to document?

What menas % and ! in vim command

Vim command

 :%!ls 

executes ls linux command and it's output prints to current editable file.

But what menas % and ! separatedly in vim?

Is it possible execute ls and not put it's output to document?

What does % and ! mean in Vim commands?

In Vim,

 :%!ls 

executes ls command and prints its output to the current editable file.

But what do % and ! mean separately in vim?

Is it possible execute ls and not put its output to document?

Source Link
vico
  • 4.7k
  • 23
  • 65
  • 89

What menas % and ! in vim command

Vim command

 :%!ls 

executes ls linux command and it's output prints to current editable file.

But what menas % and ! separatedly in vim?

Is it possible execute ls and not put it's output to document?