Compare commits
2 Commits
df120d9fbb
...
4c5607d1ed
Author | SHA1 | Date |
---|---|---|
Hektor Misplon | 4c5607d1ed | |
Hektor Misplon | 8c7cca7f62 |
4
.bashrc
4
.bashrc
|
@ -49,8 +49,8 @@ export HISTIGNORE="clear:l: *"
|
||||||
|
|
||||||
# Man pages {{{
|
# Man pages {{{
|
||||||
# See `:h :Man` in NeoVim
|
# See `:h :Man` in NeoVim
|
||||||
export MANWIDTH=999
|
export MANWIDTH=80
|
||||||
# export MANPAGER='nvim +Man!'
|
export PAGER=nvimpager
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Editor {{{
|
# Editor {{{
|
||||||
|
|
|
@ -15,7 +15,7 @@ TYPE_ARROW=a
|
||||||
TYPE_CIRCLE=o
|
TYPE_CIRCLE=o
|
||||||
TYPE_CIRCLECOUNT=Shift+o
|
TYPE_CIRCLECOUNT=Shift+o
|
||||||
TYPE_COMMIT_CURRENT_TOOL=Ctrl+Return
|
TYPE_COMMIT_CURRENT_TOOL=Ctrl+Return
|
||||||
TYPE_COPY=Ctrl+c
|
TYPE_COPY=y
|
||||||
TYPE_DELETE_CURRENT_TOOL=
|
TYPE_DELETE_CURRENT_TOOL=
|
||||||
TYPE_DRAWER=l
|
TYPE_DRAWER=l
|
||||||
TYPE_EXIT=q
|
TYPE_EXIT=q
|
||||||
|
|
Loading…
Reference in New Issue