Patrick Zielinski

Results 3 issues of Patrick Zielinski

I have a page variable that shows up like this when I dump it : `{{ dump(page) }}` ``` Grav\Common\Page\Page {#189 #name: "news-item.md" #folder: "slicing-meat-perfectly" #path: "/home/pz/Code/pp/user/pages/02.news" #extension: ".md" #url_extension:...

keybindings ``` { "key": "ctrl+k", "command": "macros.moveUpFromTerminalAndHidePanel", "when": "terminalFocus" }, ``` user settings ``` "macros": { "moveUpFromTerminalAndHidePanel": [ "editor.action.focusFirstEditorGroup", "editor.action.togglePanel" ] } ``` From the terminal panel, I press `ctrl+k...

I added the following configuration variables to my .vimrc: ``` let b:phpfold_text_right_lines=1 let b:phpfold_text_percent = 0 let b:phpfold_doc_with_funcs=0 let b:phpfold_docblocks=1 ``` ``` +-- 12 lines: public __construct() {...} - StylesController...