aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-10-27 14:50:25 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-10-27 14:50:25 +0200
commitcbf6250f08bda1c6df0cf2a5560a2a0921f281c3 (patch)
tree033f7fd09770c66ef328071de1ad57ae379ff56d /zsh
parent28a4b1bc9f9e7650178af5532474e5172ee89d1a (diff)
downloaddotfiles-cbf6250f08bda1c6df0cf2a5560a2a0921f281c3.tar.xz
dotfiles-cbf6250f08bda1c6df0cf2a5560a2a0921f281c3.zip
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
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
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"