diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-10-27 14:50:25 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-10-27 14:50:25 +0200 |
| commit | cbf6250f08bda1c6df0cf2a5560a2a0921f281c3 (patch) | |
| tree | 033f7fd09770c66ef328071de1ad57ae379ff56d /zsh | |
| parent | 28a4b1bc9f9e7650178af5532474e5172ee89d1a (diff) | |
| download | dotfiles-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/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
