diff --git a/home/.chezmoiscripts/run_once_onchange_before_20_install_dev_lang.sh.tmpl b/home/.chezmoiscripts/run_once_onchange_before_20_install_dev_lang.sh.tmpl index aa0bd1e..340958a 100644 --- a/home/.chezmoiscripts/run_once_onchange_before_20_install_dev_lang.sh.tmpl +++ b/home/.chezmoiscripts/run_once_onchange_before_20_install_dev_lang.sh.tmpl @@ -2,7 +2,7 @@ set -x -GO_VERSION="1.21.5" +GO_VERSION="1.22.0" NODE_VERSION="20.5.1" diff --git a/home/dot_config/nvim/lua/plugins/hop.lua b/home/dot_config/nvim/lua/plugins/hop.lua index d66abaf..b4df5d7 100644 --- a/home/dot_config/nvim/lua/plugins/hop.lua +++ b/home/dot_config/nvim/lua/plugins/hop.lua @@ -6,13 +6,13 @@ return { hop.setup() - -- keymap.set('', 'f', function () - -- hop.hint_char1() - -- end) - keymap.set('', 's', function () + keymap.set('', 'f', function () + hop.hint_char1() + end) + keymap.set('', 's', function () hop.hint_char2() end) - keymap.set('', 'w', function () + keymap.set('', 'w', function () hop.hint_words() end) end diff --git a/home/dot_config/nvim/lua/plugins/list.lua b/home/dot_config/nvim/lua/plugins/list.lua index 3d8963f..6464fc0 100644 --- a/home/dot_config/nvim/lua/plugins/list.lua +++ b/home/dot_config/nvim/lua/plugins/list.lua @@ -34,7 +34,6 @@ return { "godlygeek/tabular", "plasticboy/vim-markdown", - "ctrlpvim/ctrlp.vim", -- fzf require('plugins.fzf'), @@ -127,4 +126,6 @@ return { -- themes "tomasr/molokai", + + "vimwiki/vimwiki", } diff --git a/home/dot_config/sway/config b/home/dot_config/sway/config index eb65497..a7c6780 100644 --- a/home/dot_config/sway/config +++ b/home/dot_config/sway/config @@ -89,6 +89,7 @@ input type:touchpad { # bindsym $alt+Shift+c exec ~/bin/screenshot bindsym $alt+Shift+m exec ~/bin/screenshot-monitor + bindsym $alt+Shift+v exec ~/bin/auto-screenshot-monitor # Start a terminal bindsym $mod+Return exec $term