From cbf6250f08bda1c6df0cf2a5560a2a0921f281c3 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Fri, 27 Oct 2023 14:50:25 +0200 Subject: Added a sane minimal vim config and also added a new script to watch youtube on mpv and added some keymaps to fix typos when saving and quitting neovim --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index aa99ba4..8b9c6ea 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -18,6 +18,9 @@ DISABLE_MAGIC_FUNCTIONS=true # Use bat as the default manpager # export MANPAGER="sh -c 'col -bx | bat -l man -p'" +# export MANPAGER="bat -l man" +# export MANPAGER="nvim -c 'set ft=man' -" +# export MANPAGER="most" # Uncomment the following line to disable auto-setting terminal title. DISABLE_AUTO_TITLE="true" -- cgit v1.2.3