Vim tab and $

Briefly describe your issue below:
On vim the tab key doesn’t work when i press tab it insert " ^i " and on vim i have $ at the end of each line i am new to parrot i hade ubuntu befor

What version of Parrot are you running? (include version (e.g. 4.6), edition(e.g. Home//KDE/OVA, etc.), and architecture (currently we only support amd64)
Parrot security 4.6 amd64
What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)
From usb using etcher , standard installation
Configured to multiboot with other systems? (yes / no)
No
If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:

It is syntax error in our .vimrc. Palinuro didn’t merge my pull request.
Vim should show like this
Screenshot%20at%202019-05-16%2005-57-46
^i is a charset error. It should show tab as 3 spaces
$ means end of line. It is useful when you download codes from internet. You can see if it has spaces before EOL

1 Like

Give the path pls
/Usr/share/vim/vimrc or /etc/vim/vimrc and I didnt see thos line in the file

I did found a solution i fixed it like this
Vim ~/.vimrc and i changed the line
Set list to set nolist and now the tab is fixed and the $ is fixed too. thank you

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.