Current filename
Copy (yank) the current file (buffer) name to clip-board so you can paste it using p.
:let @" = expand("%")
Copy the full path:
:let @" = expand("%:p")
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Copy (yank) the current file (buffer) name to clip-board so you can paste it using p.
:let @" = expand("%")
Copy the full path:
:let @" = expand("%:p")