Update tips-and-tricks.rst

This commit is contained in:
Philip Wellnitz 2020-04-23 21:42:10 +09:00 committed by GitHub
parent 7300197433
commit 2bddcc9617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,22 @@ statusline:
set showtabline=2 " Always display the tabline, even if there is only one tab
set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)
.. _tips-and-tricks-vscode:
VS-Code
=======
Useful settings
---------------
To make powerline work in the internal terminal, add the following settings;
where the shell command needs to be adjusted according to your preferred shell.
.. code-block:: json
"terminal.integrated.shell.linux": "/bin/bash"
"terminal.integrated.inheritEnv": true
.. _tips-and-tricks-urxvt:
Rxvt-unicode