Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij git bash terminal tilde key

I set git-bash for windows as default terminal in Intellij IDEA. It works but I am unable to write tilde (~) character there (Shift+~). Tried changing different options in settings but without any luck.

versions: Windows 10
Intellij IDEA 2017.2.5
git version 2.14.2.windows.3
path to shell: "C:\Program Files (x86)\Git\bin\sh.exe" --login -i

Does anyone had similar problem and know the solution?

It is really annoying when I have to copy this character or work in seperate terminal in situation where direct view on code is preferable.

like image 661
ssukienn Avatar asked Jan 14 '18 22:01

ssukienn


2 Answers

I have the same issue. I accidentally clicked on 'F6' today and this added ~ in my console. It isn't resolve, but I guess that easier workaround.

like image 87
zloter Avatar answered Sep 22 '22 19:09

zloter


Not really a solution, but probably a more convenient workaround: you can use ALT + 126 to print tilde character.

(while keep press Alt, on your keyboard type the number 126).

like image 42
DavidL Avatar answered Sep 19 '22 19:09

DavidL