openvim
openvim copied to clipboard
In Command mode, 'dh', 'dl' dont work properly
In Command mode, 'dh', 'dl' dont work properly
If I am correct in assuming that 'dh' and 'dl' should delete the characters to the left of and to the right of the cursor respectively, this functionality is currently broken. Here are screenshots:
Using 'dh'
- Navigate to some character:
- Hit 'd'
- Hit 'h'
### **Result:** Nothing is deleted
## Using 'dl'
- Navigate to some character:
- Hit 'd'
- Hit 'l'
### **Result:** Two characters are deleted, the one under the cursor, and the one to the right of it.