misc
This commit is contained in:
@@ -5,6 +5,7 @@ status is-login; and abbr H Hyprland
|
|||||||
abbr m mkdir
|
abbr m mkdir
|
||||||
abbr o open
|
abbr o open
|
||||||
abbr t trash put
|
abbr t trash put
|
||||||
|
abbr b bat -p
|
||||||
# abbr m mpv
|
# abbr m mpv
|
||||||
abbr ma -- mpv --profile=anime .
|
abbr ma -- mpv --profile=anime .
|
||||||
abbr mm -- mpv --profile=music --shuffle \$XDG_MUSIC_DIR
|
abbr mm -- mpv --profile=music --shuffle \$XDG_MUSIC_DIR
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ set -gx CARGO_HOME $XDG_DATA_HOME/cargo
|
|||||||
set -gx CLIPPY_CONF_DIR $XDG_DATA_HOME/cargo/
|
set -gx CLIPPY_CONF_DIR $XDG_DATA_HOME/cargo/
|
||||||
|
|
||||||
# Can't use '~' in universal variables
|
# Can't use '~' in universal variables
|
||||||
set -gx fish_user_paths ~/.local/bin $CARGO_HOME/bin
|
set -gx fish_user_paths ~/.local/bin $CARGO_HOME/bin $GOPATH/bin
|
||||||
|
|
||||||
# -agx is a bad idea as login shell itself also does it
|
# -agx is a bad idea as login shell itself also does it
|
||||||
# set -gx WINEPATH /usr/x86_64-w64-mingw32/bin
|
# set -gx WINEPATH /usr/x86_64-w64-mingw32/bin
|
||||||
|
|||||||
@@ -103,6 +103,8 @@ S-tab = "insert_tab"
|
|||||||
C-space = "signature_help"
|
C-space = "signature_help"
|
||||||
C-backspace = "delete_word_backward"
|
C-backspace = "delete_word_backward"
|
||||||
|
|
||||||
|
A-o = "open_below"
|
||||||
|
A-O = "open_above"
|
||||||
A-e = "move_parent_node_end"
|
A-e = "move_parent_node_end"
|
||||||
A-b = "move_parent_node_start"
|
A-b = "move_parent_node_start"
|
||||||
|
|
||||||
@@ -138,6 +140,7 @@ S-tab = "shrink_selection"
|
|||||||
L = "goto_next_buffer"
|
L = "goto_next_buffer"
|
||||||
H = "goto_previous_buffer"
|
H = "goto_previous_buffer"
|
||||||
C-l = "@:e<space><C-r>%<ret>:bc<ret>:<up><up><ret>" # move buffer to the end
|
C-l = "@:e<space><C-r>%<ret>:bc<ret>:<up><up><ret>" # move buffer to the end
|
||||||
|
C-g = ":reset-diff-change"
|
||||||
|
|
||||||
# C-k = "jump_view_up"
|
# C-k = "jump_view_up"
|
||||||
# C-h = "jump_view_left"
|
# C-h = "jump_view_left"
|
||||||
@@ -167,6 +170,7 @@ S-tab = "shrink_selection"
|
|||||||
L = "goto_next_buffer"
|
L = "goto_next_buffer"
|
||||||
H = "goto_previous_buffer"
|
H = "goto_previous_buffer"
|
||||||
C-l = "@:e<space><C-r>%<ret>:bc<ret>:<up><up><ret>" # move buffer to the end
|
C-l = "@:e<space><C-r>%<ret>:bc<ret>:<up><up><ret>" # move buffer to the end
|
||||||
|
C-g = ":reset-diff-change"
|
||||||
|
|
||||||
# C-q = "wclose"
|
# C-q = "wclose"
|
||||||
# C-k = "jump_view_up"
|
# C-k = "jump_view_up"
|
||||||
@@ -183,7 +187,13 @@ A-k = [
|
|||||||
"paste_before",
|
"paste_before",
|
||||||
]
|
]
|
||||||
# A-J = ["extend_to_line_bounds", "yank", "paste_after"]
|
# A-J = ["extend_to_line_bounds", "yank", "paste_after"]
|
||||||
A-K = ["extend_to_line_bounds", "yank", "paste_after"]
|
A-K = [
|
||||||
|
"save_selection",
|
||||||
|
"extend_to_line_bounds",
|
||||||
|
"yank",
|
||||||
|
"paste_before",
|
||||||
|
"jump_backward",
|
||||||
|
]
|
||||||
|
|
||||||
[keys.normal.space]
|
[keys.normal.space]
|
||||||
'.' = ":config-reload"
|
'.' = ":config-reload"
|
||||||
|
|||||||
@@ -23,21 +23,22 @@ name = "markdown"
|
|||||||
unresolved_diagnostics = true
|
unresolved_diagnostics = true
|
||||||
include_md_extension_md_link = true # [File](file.md) or [File](file)
|
include_md_extension_md_link = true # [File](file.md) or [File](file)
|
||||||
|
|
||||||
[[language]]
|
# Hate it
|
||||||
name = "sql"
|
# [[language]]
|
||||||
auto-format = false
|
# name = "sql"
|
||||||
formatter = { command = "sqlformat", args = [
|
# auto-format = false
|
||||||
"--keywords",
|
# formatter = { command = "sqlformat", args = [
|
||||||
"upper", # "upper", "lower", "capitalize"
|
# # "--keywords",
|
||||||
"--identifiers",
|
# # "upper", # "upper", "lower", "capitalize"
|
||||||
"upper",
|
# # "--identifiers",
|
||||||
# "--reindent",
|
# # "lower",
|
||||||
"--indent_width",
|
# # "--reindent",
|
||||||
"2",
|
# "--indent_width",
|
||||||
# "--indent_columns",
|
# "2",
|
||||||
# "--compact", "True",
|
# # "--indent_columns",
|
||||||
"-",
|
# # "--compact", "True",
|
||||||
] }
|
# "-",
|
||||||
|
# ] }
|
||||||
|
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ipc = off # battery!
|
ipc = off # battery!
|
||||||
splash = false
|
splash = false
|
||||||
preload = ~/.walls/wall4
|
preload = ~/.walls/wall3
|
||||||
wallpaper =, ~/.walls/wall4
|
wallpaper =, ~/.walls/wall3
|
||||||
|
|||||||
@@ -161,6 +161,25 @@ device {
|
|||||||
sensitivity = 0.5
|
sensitivity = 0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
device {
|
||||||
|
name = corne-keyboard
|
||||||
|
kb_layout =
|
||||||
|
kb_variant =
|
||||||
|
kb_options =
|
||||||
|
# kb_model =
|
||||||
|
# kb_rules =
|
||||||
|
}
|
||||||
|
|
||||||
|
device {
|
||||||
|
name = zmk-project-corne-keyboard
|
||||||
|
kb_layout =
|
||||||
|
kb_variant =
|
||||||
|
kb_options =
|
||||||
|
# kb_model =
|
||||||
|
# kb_rules =
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
device {
|
device {
|
||||||
name = at-translated-set-2-keyboard # Ctrl, AltGr, Win, Space, AltR, Ctrl; Shift+Shift for CAPS
|
name = at-translated-set-2-keyboard # Ctrl, AltGr, Win, Space, AltR, Ctrl; Shift+Shift for CAPS
|
||||||
kb_options = altwin:swap_lalt_lwin, grp:win_space_toggle, grp_led:caps, shift:both_capslock_cancel
|
kb_options = altwin:swap_lalt_lwin, grp:win_space_toggle, grp_led:caps, shift:both_capslock_cancel
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[updates]
|
||||||
|
auto_update = true
|
||||||
|
auto_update_interval_hours = 240
|
||||||
@@ -25,6 +25,7 @@
|
|||||||
!.config/fish/
|
!.config/fish/
|
||||||
!.config/paru/
|
!.config/paru/
|
||||||
!.config/htop/
|
!.config/htop/
|
||||||
|
!.config/tealdeer/
|
||||||
|
|
||||||
!.config/yazi/
|
!.config/yazi/
|
||||||
.config/yazi/*/
|
.config/yazi/*/
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ codegen-backend = "cranelift"
|
|||||||
codegen-backend = true
|
codegen-backend = true
|
||||||
|
|
||||||
[profile.dev.package."*"]
|
[profile.dev.package."*"]
|
||||||
debug = false
|
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
debug = false
|
||||||
|
|
||||||
[profile.debugging]
|
[profile.debugging]
|
||||||
inherits = "dev"
|
inherits = "dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user