]> src.twobees.de Git - dotfiles.git/commitdiff
../..
authorTobias Sachs <git-pngdhxpf-ts@twobees.de>
Sat, 28 Jan 2023 11:11:25 +0000 (12:11 +0100)
committerTobias Sachs <git-pngdhxpf-ts@twobees.de>
Sat, 28 Jan 2023 11:11:25 +0000 (12:11 +0100)
stow/i3/.config/i3/config
stow/nvim/.config/nvim/after/plugin/lspsetup.lua
stow/oh-my-zsh/.oh-my-zsh
stow/wallpapers/.walls/pexels-nick-collins-1292998.jpg [deleted file]
stow/zsh/.zshrc

index 0b8c32748138cec111278e927f14abc7b41fa95b..9c66e0671f646f30a86dbe7b50ece93629c815e5 100644 (file)
@@ -57,6 +57,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
 floating_modifier $mod
 
 bindsym $mod+Return exec ~/.bin/sensible-terminal.sh
+bindsym $mod+Shift+d exec /usr/bin/dolphin
+bindsym $mod+Shift+f exec firefox
 # start a terminal
 # use hefault and hope for the best. ... # bindsym $mod+Return exec /usr/bin/gnome-terminal
 
index 9fe45066432a176989bf15ce4d85b64b68b2758b..367011f7173d3bbf849aa7fdbbf61556947d0aa2 100644 (file)
@@ -21,6 +21,7 @@ lsp.on_attach = function (_, bufnr)
     vim.keymap.set ("n", "dk", vim.diagnostic.goto_prev, options) -- goto diognostic prev
     vim.keymap.set ("n", "dl", "<cmd>Telescope diagnostic", options) -- goto list failure
     vim.keymap.set ("n", "<leader>r", vim.lsp.buf.rename, options)
+    vim.keymap.set ("n", "<leader>f", vim.lsp.buf.code_action, options)
 end
 
 local cmp = require('cmp')
index a3c579bf27b34942d4c6ad64e7cfd75788b05ea3..a1c54e03f98b594a6fcc368c2c113d469ffaa368 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a3c579bf27b34942d4c6ad64e7cfd75788b05ea3
+Subproject commit a1c54e03f98b594a6fcc368c2c113d469ffaa368
diff --git a/stow/wallpapers/.walls/pexels-nick-collins-1292998.jpg b/stow/wallpapers/.walls/pexels-nick-collins-1292998.jpg
deleted file mode 100644 (file)
index 04059fc..0000000
Binary files a/stow/wallpapers/.walls/pexels-nick-collins-1292998.jpg and /dev/null differ
index d266daae944b33bfc901f1d1723575ab05ea1df4..d8de29816dff6969fdf5bebc1e4d9d0676e6fab6 100644 (file)
@@ -115,4 +115,4 @@ alias t='tail -F -n 40'
 # alias zshconfig="mate ~/.zshrc"
 # alias ohmyzsh="mate ~/.oh-my-zsh"
 
-export PATH=$PATH:~/bin:~/.bin:/snap/bin
+export PATH=$PATH:~/bin:~/.bin:/snap/bin:~/AppImages