79198083

Date: 2024-11-17 20:25:00
Score: 1
Natty:
Report link

using an init.vim file didnt work whatsoever so i just added a function in my bashrc to lauch vim and restore the default cursor like this:

vim(){
    /usr/bin/vim
    echo -ne "\e0 q" #only works in terminal emulator
    #you might want to use tput cnorm on console

}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gregsar