Merge pull request #17 from sandersantema/patch-1

Add instructions for the fish shell and an alternative way of setting…
pull/19/head
@gotbletu 6 years ago committed by GitHub
commit 15e96ef16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,13 @@ vim religion invades the manpages
nvim ~/.bashrc or ~/.zshrc
export MANPAGER="nvim +set\ filetype=man -"
if the above doesn't work try the following:
export MANPAGER="nvim -c 'set ft=man' -"
nvim ~/.config/fish/config.fish
set MANPAGER "nvim -c 'set ft=man' -"
The following code snippet does seem to disable the default keybinding gO to toggle the TOC:
nvim ~/.config/nvim/init.vim
filetype plugin on
syntax on

Loading…
Cancel
Save