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 [challenge ID]

Played Challenges

Reordering properties - 781 entries

Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.

  • Best score: 24
  • Best player score: 31
  • Position: #11 / 185
  • Number of attempts: 15
Changing date formats - 413 entries

Change the date format to Y/M/D.

  • Best score: 37
  • Best player score: 104
  • Position: #92 / 130
  • Number of attempts: 4
Change to ascending order - 341 entries

Change each line of numbers consistently from descending to ascending order.

  • Best score: 17
  • Best player score: 42
  • Position: #38 / 90
  • Number of attempts: 3
Hex to binary - 101 entries

Convert hexadecimal numbers into binary format.

  • Best score: 29
  • Best player score: 43
  • Position: #14 / 20
  • Number of attempts: 2
Evil Numbers - 96 entries

Print the first 100 evil numbers https://oeis.org/A001969. This is an advert for code.golf https://code.golf/evil-numbers#viml

  • Best score: 25
  • Best player score: 99
  • Position: #18 / 25
  • Number of attempts: 2
months to html list items - 1088 entries

Turn the months into list items.

  • Best score: 22
  • Best player score: 22
  • Position: #8 / 295
  • Number of attempts: 7
Quicksort - 2035 entries

We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.

  • Best score: 6
  • Best player score: 6
  • Position: #56 / 450
  • Number of attempts: 6
EDN reformat - 1175 entries

The goal is to make the code more readable and concise while maintaining its functionality.

  • Best score: 17
  • Best player score: 17
  • Position: #9 / 167
  • Number of attempts: 5
Tic-Tac-Toe Grid Transformation - 413 entries

Your mission is to efficiently convert the original Tic-Tac-Toe grid, represented by 'x's and 'o's, into a neat and well-organized game board.

  • Best score: 56
  • Best player score: 58
  • Position: #14 / 85
  • Number of attempts: 11
Remove line numbers - 745 entries

From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.

  • Best score: 9
  • Best player score: 12
  • Position: #43 / 199
  • Number of attempts: 5
Find fix point of cos - 1426 entries

Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.

  • Best score: 14
  • Best player score: 14
  • Position: #52 / 422
  • Number of attempts: 8
Paste a column after a column - 2604 entries

This task is very common while using multi-cursor. What is the elegant vim way ?

  • Best score: 14
  • Best player score: 14
  • Position: #83 / 565
  • Number of attempts: 10
HS exam question - 1596 entries

Convert the data to a python dictionary

  • Best score: 47
  • Best player score: 47
  • Position: #17 / 418
  • Number of attempts: 15
Reformat symbols in list - 1633 entries

Saw this in some lecture, easy reformatting using multiple cursor in VS Code

  • Best score: 24
  • Best player score: 24
  • Position: #58 / 351
  • Number of attempts: 7
Fix the shell script! - 2605 entries

Fix the shell script with the fewest keystrokes!

  • Best score: 26
  • Best player score: 27
  • Position: #119 / 606
  • Number of attempts: 10
hello-world-vimgolf - 2505 entries

Simple number generation

  • Best score: 10
  • Best player score: 10
  • Position: #303 / 712
  • Number of attempts: 4
Fill in the chess board - 959 entries

Fill in the name of each square using its file (a-h) and rank (1-8).

  • Best score: 19
  • Best player score: 19
  • Position: #34 / 185
  • Number of attempts: 11
Line under headers - 2068 entries

Put a line under each header, and remove the other markdown formatting.

  • Best score: 24
  • Best player score: 24
  • Position: #18 / 508
  • Number of attempts: 9
Exchanging Quotes - 859 entries

Sometimes you need to exchange a choice of quotes in some code.

  • Best score: 30
  • Best player score: 30
  • Position: #14 / 231
  • Number of attempts: 10
Switch function arguments - 2152 entries

How to switch two arguments of a function.

  • Best score: 11
  • Best player score: 11
  • Position: #192 / 667
  • Number of attempts: 7
Reverse and double space - 500 entries

Reverse the order of the given lines and double space everything

  • Best score: 14
  • Best player score: 15
  • Position: #87 / 199
  • Number of attempts: 6
jeffreymrussell
Github:

entered into 21 challenges

contributed 0 challenges