Compare commits
No commits in common. "4c5607d1ed4de63f958f76e602b8985946c707d3" and "df120d9fbb84d077b233dbec083678068aca3507" have entirely different histories.
4c5607d1ed
...
df120d9fbb
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=80
|
export MANWIDTH=999
|
||||||
export PAGER=nvimpager
|
# export MANPAGER='nvim +Man!'
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# 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=y
|
TYPE_COPY=Ctrl+c
|
||||||
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