summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-01 16:53:54 +0200
committerjoe <rbo@gmx.us>2025-09-01 16:53:54 +0200
commit1aaf330d240a871e3fa2dd8487b31eb8f75686b5 (patch)
treed01d36dfbf94bcfabf4d28f8b3028831031e4b68 /.config
parentup (diff)
downloaddotfiles-bsd-1aaf330d240a871e3fa2dd8487b31eb8f75686b5.tar.gz
dotfiles-bsd-1aaf330d240a871e3fa2dd8487b31eb8f75686b5.tar.bz2
dotfiles-bsd-1aaf330d240a871e3fa2dd8487b31eb8f75686b5.tar.xz
dotfiles-bsd-1aaf330d240a871e3fa2dd8487b31eb8f75686b5.tar.zst
dotfiles-bsd-1aaf330d240a871e3fa2dd8487b31eb8f75686b5.zip
up
Diffstat (limited to '')
-rw-r--r--.config/lf/lfrc1
-rw-r--r--.config/nvim/lua/config/lazy.lua2
-rw-r--r--.config/zsh/plugins.zsh1
3 files changed, 2 insertions, 2 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index 60a0964..5565b0b 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -68,6 +68,7 @@ map <c-s> $$SHELL
map <c-n> push :mkdir<space>
map <f-7> push :mkdir<space>
map <c-r> reload
+map <c-g> clear
cmap <c-g> cmd-escape
map x !$f
map X $$f
diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua
index 5041634..2b8d66d 100644
--- a/.config/nvim/lua/config/lazy.lua
+++ b/.config/nvim/lua/config/lazy.lua
@@ -83,7 +83,7 @@ require('lazy').setup({
default_overlength = 80,
grace_length = 1,
highlight_to_eol = true,
- disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text', 'csv', 'lua', 'gosum', '' }
+ disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text', 'csv', 'lua', 'gosum', 'sh', '' }
}
end
},
diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh
index a6281cb..77bffa1 100644
--- a/.config/zsh/plugins.zsh
+++ b/.config/zsh/plugins.zsh
@@ -13,5 +13,4 @@
source $HOME/.local/packs/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null
source $HOME/.local/packs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh >/dev/null
-/home/r_bousset/.local/packs/fzf-zsh-plugin/fzf-zsh-plugin.plugin.zsh
# [[ -r "/usr/share/z/z.sh" ]] && source /usr/share/z/z.sh