mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Update tips-and-tricks.rst
This commit is contained in:
parent
7300197433
commit
2bddcc9617
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user