Compare commits
3 Commits
e20bac869b
...
2f1e2a43e4
Author | SHA1 | Date | |
---|---|---|---|
2f1e2a43e4 | |||
7590018f31 | |||
2423aa9c2f |
@ -3,4 +3,4 @@ merge:
|
|||||||
command: vim
|
command: vim
|
||||||
args: "-d"
|
args: "-d"
|
||||||
diff:
|
diff:
|
||||||
pager: "less"
|
pager: "less -R"
|
||||||
|
@ -7,9 +7,6 @@
|
|||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export SUDO_EDITOR=nvim
|
export SUDO_EDITOR=nvim
|
||||||
|
|
||||||
# pager
|
|
||||||
export LESS=-R
|
|
||||||
|
|
||||||
# wayland
|
# wayland
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
|
@ -71,3 +71,7 @@ bindkey '^[[A' history-substring-search-up
|
|||||||
bindkey '^[[B' history-substring-search-down
|
bindkey '^[[B' history-substring-search-down
|
||||||
bindkey -M vicmd 'k' history-substring-search-up
|
bindkey -M vicmd 'k' history-substring-search-up
|
||||||
bindkey -M vicmd 'j' history-substring-search-down
|
bindkey -M vicmd 'j' history-substring-search-down
|
||||||
|
|
||||||
|
if command -v pazi &>/dev/null; then
|
||||||
|
eval "$(pazi init zsh)" # or 'bash'
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user