Compare commits

...

2 Commits

Author SHA1 Message Date
Hektor Misplon 4c5607d1ed Use nvimpager as pager 2023-12-10 01:08:12 +01:00
Hektor Misplon 8c7cca7f62 Bind 'copy' to 'y' 2023-12-10 01:07:39 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -49,8 +49,8 @@ export HISTIGNORE="clear:l: *"
# Man pages {{{
# See `:h :Man` in NeoVim
export MANWIDTH=999
# export MANPAGER='nvim +Man!'
export MANWIDTH=80
export PAGER=nvimpager
# }}}
# Editor {{{

View File

@ -15,7 +15,7 @@ TYPE_ARROW=a
TYPE_CIRCLE=o
TYPE_CIRCLECOUNT=Shift+o
TYPE_COMMIT_CURRENT_TOOL=Ctrl+Return
TYPE_COPY=Ctrl+c
TYPE_COPY=y
TYPE_DELETE_CURRENT_TOOL=
TYPE_DRAWER=l
TYPE_EXIT=q