Compare commits
No commits in common. "fd4ba05318ff9f3609f06b0edd87773f1200991e" and "887415e48aa88e30932183925d838d47b4c37743" have entirely different histories.
fd4ba05318
...
887415e48a
4 changed files with 3 additions and 25 deletions
|
@ -3,8 +3,6 @@ add-highlighter global/ wrap -word
|
||||||
add-highlighter global/search dynregex '%reg{/}' 0:MatchingChar
|
add-highlighter global/search dynregex '%reg{/}' 0:MatchingChar
|
||||||
add-highlighter global/ show-matching
|
add-highlighter global/ show-matching
|
||||||
|
|
||||||
set-option global ui_options terminal_assistant=off
|
|
||||||
|
|
||||||
colorscheme grayscale-superiority
|
colorscheme grayscale-superiority
|
||||||
|
|
||||||
#source "%val{config}/todo-txt.kak"
|
#source "%val{config}/todo-txt.kak"
|
||||||
|
@ -29,7 +27,7 @@ colorscheme grayscale-superiority
|
||||||
# }
|
# }
|
||||||
# hook global KakEnd .* lsp-exit
|
# hook global KakEnd .* lsp-exit
|
||||||
|
|
||||||
hook global WinSetOption filetype=(javascript|typescript|json|css) %{
|
hook global WinSetOption filetype=(javascript|typescript|json|css|html) %{
|
||||||
set-option buffer formatcmd %sh{ echo prettier --stdin-filepath $kak_buffile }
|
set-option buffer formatcmd %sh{ echo prettier --stdin-filepath $kak_buffile }
|
||||||
hook buffer BufWritePre .* format-buffer
|
hook buffer BufWritePre .* format-buffer
|
||||||
}
|
}
|
||||||
|
@ -106,12 +104,10 @@ hook global ModuleLoaded fzf-grep %{
|
||||||
}
|
}
|
||||||
map -docstring 'search files' global user f ': fzf-mode<ret>f'
|
map -docstring 'search files' global user f ': fzf-mode<ret>f'
|
||||||
map -docstring 'grep files' global user g ': fzf-mode<ret>g'
|
map -docstring 'grep files' global user g ': fzf-mode<ret>g'
|
||||||
map -docstring 'search buffers' global user b ': fzf-mode<ret>b'
|
|
||||||
|
|
||||||
# ------------
|
# ------------
|
||||||
# Buffer switching
|
# Buffer switching
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
source "%val{config}/plugins/kakoune-buffers/buffers.kak"
|
source "%val{config}/plugins/kakoune-buffers/buffers.kak"
|
||||||
|
|
||||||
hook global WinDisplay .* info-buffers
|
hook global WinDisplay .* info-buffers
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
escape() {
|
|
||||||
printf "%s" "$1" | sed 's#\#\\#g'
|
|
||||||
}
|
|
||||||
notify-send "[$BUFFER] $SENDER" "$(escape "$MESSAGE")"
|
|
|
@ -1,11 +0,0 @@
|
||||||
address soju.nulo.in:4443
|
|
||||||
nickname Nulo
|
|
||||||
username Nulo@lapsen
|
|
||||||
password-cmd pass show soju.nulo.in/Nulo
|
|
||||||
highlight nulo Nulo
|
|
||||||
on-highlight-path /home/diablo/.config/senpai/highlight
|
|
||||||
pane-widths {
|
|
||||||
nicknames 16
|
|
||||||
channels 16
|
|
||||||
members 16
|
|
||||||
}
|
|
5
.profile
5
.profile
|
@ -14,9 +14,6 @@ export MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
||||||
export EDITOR=kak
|
export EDITOR=kak
|
||||||
|
|
||||||
export FZF_DEFAULT_COMMAND='rg -L --hidden --files'
|
|
||||||
export FZF_CTRL_T_COMMAND='rg -L --hidden --files'
|
|
||||||
|
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
||||||
export XKB_DEFAULT_LAYOUT=us #-nulo
|
export XKB_DEFAULT_LAYOUT=us #-nulo
|
||||||
|
@ -24,3 +21,5 @@ export XKB_DEFAULT_VARIANT=altgr-intl
|
||||||
export XKB_DEFAULT_OPTIONS=caps:escape
|
export XKB_DEFAULT_OPTIONS=caps:escape
|
||||||
|
|
||||||
export XCURSOR_THEME=Adwaita
|
export XCURSOR_THEME=Adwaita
|
||||||
|
|
||||||
|
export QT_STYLE_OVERRIDE=Adwaita-Dark
|
||||||
|
|
Loading…
Reference in a new issue