chore(docs): update nvim keybindings

This commit is contained in:
2024-09-23 10:26:40 +03:00
parent e22762255d
commit 2e070eed83
2 changed files with 160 additions and 107 deletions

View File

@@ -15,7 +15,7 @@ main()
printf "\`\`\`txt"
} > "$DEST"
NVIM_APPNAME="nvim-kickstart" nvim -c "redir! >> $DEST" -c 'silent verbose map' -c 'redir END' -c 'q'
nvim -c "redir! >> $DEST" -c 'silent verbose map' -c 'redir END' -c 'q'
printf "\n\`\`\`\n\n- Generated on %s\n" "$(date)" >> "$DEST"