タイムアタック
スピードを競って楽しくVimスキルを向上させよう
タイムアタック
Vimでのタイピング速度と正確性を測定しましょう
チャレンジを選択
Vim基本操作
easyVim is a powerful text editor. It has many useful commands. You can move with h, j, k, l keys. Press...
コーディングチャレンジ
mediumfunction quickSort(arr) { if (arr.length <= 1) return arr; const pivot = arr[Math.floor(arr.leng...
高度なテキスト
hardThe quick brown fox jumps over the lazy dog. This pangram contains every letter of the alphabet at l...