メインコンテンツにスキップナビゲーションにスキップ

タイムアタック

スピードを競って楽しくVimスキルを向上させよう

タイムアタック

Vimでのタイピング速度と正確性を測定しましょう

チャレンジを選択

Vim基本操作

easy

Vim is a powerful text editor. It has many useful commands. You can move with h, j, k, l keys. Press...

コーディングチャレンジ

medium

function quickSort(arr) { if (arr.length <= 1) return arr; const pivot = arr[Math.floor(arr.leng...

高度なテキスト

hard

The quick brown fox jumps over the lazy dog. This pangram contains every letter of the alphabet at l...