Closed ericxyun closed 6 years ago
Vim's command line, when I press : or /, has its bottom portion cut off. Is there a setting that I can play with to show the whole text input area?
:
/
Actually, I found a way to fix this problem. I made a ~/.jupyter/custom/custom.css folder/file and wrote in:
~/.jupyter/custom/custom.css
.CodeMirror-scroll { margin-bottom: 0px; }
margin-bottom was previously set to: -30px.
margin-bottom
-30px
Summary
Vim's command line, when I press
:
or/
, has its bottom portion cut off. Is there a setting that I can play with to show the whole text input area?Environment