Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2024
1 parent d21a9ab commit bc61487
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/2048.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*2048.nvim.txt* For Neovim >= 0.9.1 Last change: 2024 February 21
*2048.nvim.txt* For Neovim >= 0.9.1 Last change: 2024 February 28

==============================================================================
Table of Contents *2048.nvim-table-of-contents*
Expand Down Expand Up @@ -67,6 +67,9 @@ CONTROLS *2048.nvim-2048-controls*
- `l` - move the squares to the right
- `u` - undo the last move
- `r` - restart the game
- `n` - new game (select the board size)
- `<CR>` - confirm in menus
- `<Esc>` - cancel in menus

**NOTE:**

Expand All @@ -81,6 +84,9 @@ You can change the default mappings. ~
right = "<Right>",
undo = "<C-z>",
restart = "R",
new_game = "N",
confirm = "y",
cancel = "n",
},
})
<
Expand Down

0 comments on commit bc61487

Please sign in to comment.