How can I use backspace after compiling in macvim?

Revision en1, by frissky9, 2024-08-24 20:56:18

Hey!

I know this might be a trivial google search but I have looked for a while and got "Backspace in vim is done with X (and delete with x)".

when ever i am trying to use backspace it inserts a '^H' ans using x inserts a char x in it.

This is my .vimrc file.

I have configured the snippets using ultisnips which also isnt working the directory for ultisnips is:

root/
    - .vim
      - ultisnips
        - cpp.snippets

The ultisnip is installed succesfully as :plugStatus says its installed and status is : ok.

Any help or corrections will be appreciated. thank you!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English frissky9 2024-08-24 20:56:18 734 Initial revision (published)