This commit is contained in:
2025-09-21 23:19:49 +00:00
parent 119632adfd
commit 5c078feab5
10 changed files with 30 additions and 20 deletions

View File

@@ -67,28 +67,28 @@ mods = "Alt"
action = "ToggleViMode"
[[keyboard.bindings]]
key = "N"
key = "n"
mode = "Vi"
action = "Left"
[[keyboard.bindings]]
key = "E"
key = "e"
mode = "Vi"
action = "Down"
[[keyboard.bindings]]
key = "I"
key = "i"
mode = "Vi"
action = "Up"
[[keyboard.bindings]]
key = "O"
key = "o"
mode = "Vi"
action = "Right"
[[keyboard.bindings]]
key = "H"
key = "h"
mode = "Vi"
action = "ToggleViMode"
@@ -103,12 +103,12 @@ mode = "Vi"
action = "SearchPrevious"
[[keyboard.bindings]]
key = "J"
key = "j"
mode = "Vi"
action = "SemanticRightEnd"
[[keyboard.bindings]]
key = "i"
key = "l"
mode = "Vi"
action = "ToggleViMode"

View File

@@ -1,6 +1,5 @@
exec qutebrowser
exec gimp
exec sqlitebrowser
exec telegram-desktop
man man
calc calc
@@ -15,4 +14,3 @@ pass pass info
capture screenshot selection
capture screenshot output
capture pick-color
float-sh nmtui

View File

@@ -1,5 +1,5 @@
format=<span size="{{ .theme.font.size_base_pt }}pt" weight="bold">%s - %a</span>\n%b
font={{ .theme.font.name_regular }} {{ math.Sub .theme.font.size_base_pt .theme.font.size_step_pt }}
font={{ .theme.font.name_regular }} {{ .theme.font.size_base_pt }}
background-color=#{{ .theme.color.bg_accent_dark }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }}
border-size=2
border-radius=4

View File

@@ -63,3 +63,9 @@ set keymap vi-insert
"\C-h":operate-and-get-next
#################################
########### custom ##############
$if qalc
set show-mode-in-prompt off
$endif
#################################

View File

@@ -93,7 +93,7 @@ noremap! <C-e> <C-j>
" i -> k
noremap i k
noremap I K
noremap! <C-i> <C-k>
"noremap! <C-i> <C-k> " breaks tab
" o -> l
noremap o l
noremap O L
@@ -145,7 +145,7 @@ noremap! <C-е> <C-ж>
" i -> k
noremap и к
noremap И К
noremap! <C-и> <C-к>
"noremap! <C-и> <C-к> " breaks tab
" o -> l
noremap о л
noremap О Л