Compare commits

...

4 Commits

Author SHA1 Message Date
yosh 811e86c9e6 Merge commit '6fb200cc9278c09d869b600e26357d2568bafef6' as '.config/tmux/tmux-resurrect' 2024-02-03 13:24:16 -05:00
yosh 6fb200cc92 Squashed '.config/tmux/tmux-resurrect/' content from commit cff343c
git-subtree-dir: .config/tmux/tmux-resurrect
git-subtree-split: cff343cf9e81983d3da0c8562b01616f12e8d548
2024-02-03 13:24:16 -05:00
yosh 63d2204f53 god DAMN it 2024-02-03 13:24:05 -05:00
yosh 915db9af69 kakoune: some more user commands 2024-02-03 05:23:41 -05:00
54 changed files with 12 additions and 10 deletions

View File

@ -25,8 +25,8 @@
(style solid)
(fgcolor (color-rgba 0.52348993288590606 0.84461628246279541 1 1))
(bgcolor (color-rgba 1 1 1 1))
(xspacing 1)
(yspacing 1)
(xspacing 16)
(yspacing 16)
(spacing-unit inches)
(xoffset 0)
(yoffset 0)
@ -96,14 +96,12 @@
(user-manual-online yes)
(color-profile-path "${gimp_installation_dir}/share")
(image-convert-profile-intent absolute-colorimetric)
(image-convert-indexed-max-colors 255)
(image-convert-indexed-remove-duplicates no)
(image-convert-indexed-dither-type fs-lowbleed)
(image-resize-layer-set all)
(layer-new-name "main")
(layer-add-mask-type alpha)
(selection-feather-radius 3)
(selection-grow-radius 3)
(layer-add-mask-type selection)
(selection-feather-radius 4)
(selection-grow-radius 2)
(selection-shrink-radius 2)
(selection-border-radius 1)
(selection-border-style hard)

View File

@ -1,4 +1,4 @@
; gimp-2.10 GtkAccelMap rc-file -*- scheme -*-
; gimp GtkAccelMap rc-file -*- scheme -*-
; this file is an automated accelerator map dump
;
; (gtk_accel_path "<Actions>/context/context-background-value-decrease" "")
@ -22,7 +22,6 @@
; (gtk_accel_path "<Actions>/context/context-paint-mode-menu" "")
; (gtk_accel_path "<Actions>/filters/filters-motion-blur-linear" "")
; (gtk_accel_path "<Actions>/filters/filters-gegl-graph" "")
; (gtk_accel_path "<Actions>/windows/windows-display-0002" "")
; (gtk_accel_path "<Actions>/context/context-brush-select-set" "")
; (gtk_accel_path "<Actions>/edit/edit-copy" "<Primary>c")
; (gtk_accel_path "<Actions>/gradient-editor/gradient-editor-left-color-background" "")

File diff suppressed because one or more lines are too long

View File

@ -10,6 +10,11 @@ map -docstring "previous buffer" global user <a-n> ":bp<ret>"
map -docstring "yank the selection into the clipboard" global user y "<a-|>wl-copy<ret>"
map -docstring "paste the clipboard" global user p "<a-!>wl-paste -n<ret>"
map -docstring "spellcheck buffer" global user s ":spell<ret>"
map -docstring "clear spellcheck" global user <a-s> ":spell-clear<ret>"
map -docstring "next wrong spelling" global normal <c-e> ":spell-next<ret>"
map -docstring "next wrong spelling" global normal <c-r> ":spell-replace<ret>"
## visual
### colorscheme

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB