Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 591074530b52f5000c000005

Nesting SASS

Move a block inside another block and indent it

Start file
.hero {
  background-color: pink;
}

header {
  border-bottom: 2px solid #26BBB3;
}
End file
.hero {
  background-color: pink;

  header {
    border-bottom: 2px solid #26BBB3;
  }
}

View Diff

3d2
< }
5,6c4,6
< header {
<   border-bottom: 2px solid #26BBB3;
---
>   header {
>     border-bottom: 2px solid #26BBB3;
>   }
7a8
> 

Solutions by @foobar01123:

Unlock 7 remaining solutions by signing in and submitting your own entry
Created by: @_bruab_

93 active golfers, 261 entries

Solutions by @foobar01123:
15
#64 - Miłosz Łakomy / @foobar01123

01/27/2020 at 11:42AM

16
#>67 - Miłosz Łakomy / @foobar01123

01/27/2020 at 11:41AM

16
#>67 - Miłosz Łakomy / @foobar01123

01/27/2020 at 11:44AM

16
#>67 - Miłosz Łakomy / @foobar01123

01/27/2020 at 11:46AM

17
#>78 - Miłosz Łakomy / @foobar01123

01/27/2020 at 11:44AM

20
#>86 - Miłosz Łakomy / @foobar01123

01/27/2020 at 11:40AM

22
#>89 - Miłosz Łakomy / @foobar01123

01/27/2020 at 11:39AM