Albert Bici

Results 5 issues of Albert Bici

Using ipad desktop version isn't possible to move around the line using 'h' key

While I delete one char using 'd' + 'l' instead removing just one char it delete 2 or more

[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=os3albert&show_icons=true&title_color=0E0&text_color=0E0&icon_color=0E0&bg_color=000&border_color=0E0)](https://github.com/anuraghazra/github-readme-stats)

themes

## official github script ```javascript function createNode(text: string): Element { const node = document.createElement('pre') node.style.width = '1px' node.style.height = '1px' node.style.position = 'fixed' node.style.top = '5px' node.textContent = text return...