Update helix config
This commit is contained in:
parent
fa4ed7d868
commit
068a60797c
5 changed files with 23 additions and 3 deletions
|
|
@ -48,4 +48,6 @@ if status is-interactive
|
||||||
function mark_prompt_start --on-event fish_prompt
|
function mark_prompt_start --on-event fish_prompt
|
||||||
echo -en "\e]133;A\e\\"
|
echo -en "\e]133;A\e\\"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
bind \cz 'fg 2>/dev/null; commandline -f repaint'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,22 @@
|
||||||
theme = "theme"
|
theme = "theme"
|
||||||
|
|
||||||
|
|
||||||
[editor.indent-guides]
|
[editor.indent-guides]
|
||||||
render = true
|
render = true
|
||||||
|
|
||||||
|
[keys.normal.space]
|
||||||
|
e = [
|
||||||
|
':sh rm -f /tmp/unique-file',
|
||||||
|
':insert-output yazi %{buffer_name} --chooser-file=/tmp/unique-file',
|
||||||
|
':insert-output echo "\x1b[?1049h\x1b[?2004h" > /dev/tty',
|
||||||
|
':open %sh{cat /tmp/unique-file}',
|
||||||
|
':redraw',
|
||||||
|
]
|
||||||
|
|
||||||
|
# helix/config.toml
|
||||||
|
[keys.normal]
|
||||||
|
C-g = [
|
||||||
|
":write-all",
|
||||||
|
":insert-output lazygit >/dev/tty",
|
||||||
|
":redraw",
|
||||||
|
":reload-all"
|
||||||
|
]
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||||
|
|
||||||
$terminal = foot
|
$terminal = foot
|
||||||
$fileExplorer = foot fish -C yazi
|
$fileExplorer = foot fish -C yazi
|
||||||
|
$fileExplorer = foot fish -C helix
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = gb
|
kb_layout = gb
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ monitor = HDMI-A-1, 1920x1080@60, 1920x156, 1
|
||||||
|
|
||||||
$terminal = ghostty
|
$terminal = ghostty
|
||||||
$fileExplorer = ghostty -e fish -C yazi
|
$fileExplorer = ghostty -e fish -C yazi
|
||||||
|
$editor = ghostty -e fish -C hx
|
||||||
|
|
||||||
workspace= name:1, monitor:HDMI-A-2
|
workspace= name:1, monitor:HDMI-A-2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
# ### Hyprland ###
|
# ### Hyprland ###
|
||||||
# Apps
|
# Apps
|
||||||
$editor = code
|
|
||||||
$browser = zen
|
$browser = zen
|
||||||
|
|
||||||
# Touchpad
|
# Touchpad
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue