This commit is contained in:
jay 2024-02-13 00:34:57 +08:00
parent e2cf533da4
commit 6aa8d00242
4 changed files with 9 additions and 7 deletions

View File

@ -2,7 +2,7 @@
set -x
GO_VERSION="1.21.5"
GO_VERSION="1.22.0"
NODE_VERSION="20.5.1"

View File

@ -6,13 +6,13 @@ return {
hop.setup()
-- keymap.set('', '<leader>f', function ()
-- hop.hint_char1()
-- end)
keymap.set('', '<leader>s', function ()
keymap.set('', '<leader><leader>f', function ()
hop.hint_char1()
end)
keymap.set('', '<leader><leader>s', function ()
hop.hint_char2()
end)
keymap.set('', '<leader>w', function ()
keymap.set('', '<leader><leader>w', function ()
hop.hint_words()
end)
end

View File

@ -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",
}

View File

@ -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