File tree Expand file tree Collapse file tree 5 files changed +41
-0
lines changed Expand file tree Collapse file tree 5 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ Challenges: https://www.vimgolf.com/
232310 . ` X ` : Delete [ count] characters before the cursor.
242411 . ` gJ ` : Join [ count] lines, with a minimum of two lines. Don't insert or remove any spaces.
252512 . ` +/- ` : [ count] lines downward/upward, on the first non-blank character linewise.
26+ 13 . ` Q ` : ` Ex mode ` is useful for chaining multiple commands. Use ` x/q ` to quit.
27+ 14 . ` norm ` followed by a number does not require a whitespace.
2628
2729## Useful Vim resources 📖
2830- [ vim-galore] ( https://github.com/mhinz/vim-galore ) Everything you need to know about Vim
Original file line number Diff line number Diff line change 1+ Q%norm4xA <Esc>p<CR>sor<CR>x<CR>
2+ w<C-V>}D<C-V>GI <Esc>zP:sor<CR>ZZ
Original file line number Diff line number Diff line change 1+ `:out 0: asc {4 _ x, " " , 4 # x}@' read0 `:inp
Original file line number Diff line number Diff line change 1+ 001 Bulbasaur
2+ 002 Ivysaur
3+ 003 Venusaur
4+ 004 Charmander
5+ 005 Charmeleon
6+ 006 Charizard
7+ 007 Squirtle
8+ 008 Wartortle
9+ 009 Blastoise
10+ 010 Caterpie
11+ 011 Metapod
12+ 012 Butterfree
13+ 013 Weedle
14+ 014 Kakuna
15+ 015 Beedrill
16+ 016 Pidgey
17+ 017 Pidgeotto
18+ 018 Pidgeot
Original file line number Diff line number Diff line change 1+ Beedrill 015
2+ Blastoise 009
3+ Bulbasaur 001
4+ Butterfree 012
5+ Caterpie 010
6+ Charizard 006
7+ Charmander 004
8+ Charmeleon 005
9+ Ivysaur 002
10+ Kakuna 014
11+ Metapod 011
12+ Pidgeot 018
13+ Pidgeotto 017
14+ Pidgey 016
15+ Squirtle 007
16+ Venusaur 003
17+ Wartortle 008
18+ Weedle 013
You can’t perform that action at this time.
0 commit comments