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
|
||||
echo -en "\e]133;A\e\\"
|
||||
end
|
||||
|
||||
bind \cz 'fg 2>/dev/null; commandline -f repaint'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,5 +1,22 @@
|
|||
theme = "theme"
|
||||
|
||||
|
||||
[editor.indent-guides]
|
||||
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
|
||||
$fileExplorer = foot fish -C yazi
|
||||
$fileExplorer = foot fish -C helix
|
||||
|
||||
input {
|
||||
kb_layout = gb
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ monitor = HDMI-A-1, 1920x1080@60, 1920x156, 1
|
|||
|
||||
$terminal = ghostty
|
||||
$fileExplorer = ghostty -e fish -C yazi
|
||||
$editor = ghostty -e fish -C hx
|
||||
|
||||
workspace= name:1, monitor:HDMI-A-2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# ### Hyprland ###
|
||||
# Apps
|
||||
$editor = code
|
||||
$browser = zen
|
||||
|
||||
# Touchpad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue