git mpv
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
function fish_user_key_bindings
|
||||
if command -q fzf; and functions -q fzf_key_bindings
|
||||
# if command -q fzf; and functions -q fzf_key_bindings
|
||||
set -gx FZF_CTRL_R_OPTS --reverse
|
||||
fzf_key_bindings
|
||||
else
|
||||
echo (set_color brcyan)'INFO: fzf not found'
|
||||
end
|
||||
functions -q fzf_key_bindings; and fzf_key_bindings
|
||||
# else
|
||||
# echo (set_color brcyan)'INFO: fzf not found'
|
||||
# end
|
||||
|
||||
bind -M insert ctrl-n accept-autosuggestion
|
||||
|
||||
# Unused: alt-g, alt-z, insert ctrl-r
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
; objectformat = sha256
|
||||
[diff]
|
||||
tool = nvimdiff
|
||||
algorithm = histogram
|
||||
# colorMoved = default
|
||||
[pull]
|
||||
rebase = true
|
||||
[merge]
|
||||
@@ -17,8 +19,15 @@
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
[delta]
|
||||
# max-line-distance = 1.0
|
||||
dark = true
|
||||
navigate = true
|
||||
line-numbers = false
|
||||
side-by-side = false
|
||||
minus-style = syntax "#3f0001"
|
||||
minus-emph-style = syntax "#800003"
|
||||
plus-style = syntax "#003800"
|
||||
plus-emph-style = syntax "#007800"
|
||||
|
||||
[log]
|
||||
showSignature = true
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# TODO https://github.com/helix-editor/helix/wiki/Language-Server-Configurations#java
|
||||
|
||||
[[language]]
|
||||
name = "lua"
|
||||
auto-format = false
|
||||
|
||||
@@ -5,5 +5,4 @@ gui:
|
||||
git:
|
||||
pagers:
|
||||
- colorArg: always
|
||||
# --line-numbers
|
||||
pager: delta --dark --paging=never
|
||||
pager: delta --paging=never
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
hwdec=auto
|
||||
# hwdec=auto
|
||||
hwdec=vaapi
|
||||
gpu-api=vulkan
|
||||
|
||||
cache=yes
|
||||
cache-pause
|
||||
|
||||
Reference in New Issue
Block a user