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