summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcurtis/.bin/manpager1
-rw-r--r--curtis/.zshrc2
-rwxr-xr-xlink.sh2
3 files changed, 1 insertions, 4 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
diff --git a/curtis/.zshrc b/curtis/.zshrc
index 6b7feebb..b05b4e39 100644
--- a/curtis/.zshrc
+++ b/curtis/.zshrc
@@ -19,7 +19,7 @@ path=(
 
 export PAGER=less MANPAGER=less EDITOR=vim GIT_EDITOR=vim
 type nvim > /dev/null \
-  && MANPAGER=manpager EDITOR=nvim GIT_EDITOR=nvim \
+  && EDITOR=nvim GIT_EDITOR=nvim MANPAGER="nvim -c 'set ft=man' -" \
   && alias vim=nvim
 export GPG_TTY=$TTY
 
diff --git a/link.sh b/link.sh
index ffdaf413..f9882f06 100755
--- a/link.sh
+++ b/link.sh
@@ -23,13 +23,11 @@ link() {
 
 link '.bin/bri.c'
 link '.bin/jrp.c'
-link '.bin/manpager'
 link '.bin/pbd.c'
 link '.bin/xx.c'
 link '.config/git/config'
 link '.config/git/ignore'
 link '.config/htop/htoprc'
-link '.config/nvim/autoload/pathogen.vim'
 link '.config/nvim/colors/trivial.vim'
 link '.config/nvim/init.vim'
 link '.config/nvim/syntax/nasm.vim'
hlight'> 2021-01-12Move hilex out of hilex directoryJune McEnroe 2021-01-12Consolidate hilex formatters into hilex.cJune McEnroe 2021-01-12Remove hacky tagging from hilexJune McEnroe God that makes the lexers so much simpler. 2021-01-12Add htagml -iJune McEnroe 2021-01-12Render tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe This simplifies some things, adds support for line number tag definitions, and should enable combining htagml with other preprocessors in the future. 2021-01-12Split fields by tab onlyJune McEnroe Also don't fail hard on non-forward-search definitions. 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe