Word completion
Try to complete these options within 20 keystrokes.
Start file
set noco
set autoi
set showc
set noba
set num
set rul
set hls
set incs
set showm
set igno
set smartc
set novi
set backs
set scrollof
End file
set nocompatible
set autoindent
set showcmd
set nobackup
set number
set ruler
set hlsearch
set incsearch
set showmatch
set ignorecase
set smartcase
set novisualbell
set backspace=indent,eol,start
set scrolloff=3
View Diff
1,14c1,14
< set noco
< set autoi
< set showc
< set noba
< set num
< set rul
< set hls
< set incs
< set showm
< set igno
< set smartc
< set novi
< set backs
< set scrollof
---
> set nocompatible
> set autoindent
> set showcmd
> set nobackup
> set number
> set ruler
> set hlsearch
> set incsearch
> set showmatch
> set ignorecase
> set smartcase
> set novisualbell
> set backspace=indent,eol,start
> set scrolloff=3
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 50 remaining solutions by signing in and submitting your own entry
#51 Allenzxm15 / @Allenzxm15 - Score: 224 - 10/30/24 @ 17:30
dGi<50-53>set nocompatible<CR>set autoindent<CR>set showcmd<CR>set nobackup<CR>set number<CR>set ruler<CR>set hlsearch<CR>set incsearch<CR>set showmatch<CR>set ignorecase<CR>set smartcase<CR>set novisualbell<CR>set backspace=indent,eol,start<CR>set scrolloff=3<Esc>[201~<Esc>ZZ
0 comments