update
This commit is contained in:
parent
e2cf533da4
commit
6aa8d00242
@ -2,7 +2,7 @@
|
||||
|
||||
set -x
|
||||
|
||||
GO_VERSION="1.21.5"
|
||||
GO_VERSION="1.22.0"
|
||||
NODE_VERSION="20.5.1"
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user