diff options
| author | June McEnroe <curtis@hopper.com> | 2017-07-11 14:36:15 -0400 |
|---|---|---|
| committer | June McEnroe <curtis@hopper.com> | 2017-07-11 14:36:15 -0400 |
| commit | a746e3af9a3d38b8d5c360abae89fdd9197b5db6 (patch) | |
| tree | d5d318aae68f594269227a7bd8cae67ad1a7e798 /curtis/.bin/manpager | |
| parent | Only pacman -Sy once (diff) | |
| download | src-a746e3af9a3d38b8d5c360abae89fdd9197b5db6.tar.gz src-a746e3af9a3d38b8d5c360abae89fdd9197b5db6.zip | |
Remove manpager script
neovim now behaves correctly without the redirection hack.
Diffstat (limited to '')
| -rwxr-xr-x | curtis/.bin/manpager | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/curtis/.bin/manpager b/curtis/.bin/manpager deleted file mode 100755 index f358f5d9..00000000 --- a/curtis/.bin/manpager +++ /dev/null @@ -1 +0,0 @@ -exec nvim -c 'set ft=man' - 1< /dev/tty 2< /dev/tty |