update
This commit is contained in:
parent
e2cf533da4
commit
6aa8d00242
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
GO_VERSION="1.21.5"
|
GO_VERSION="1.22.0"
|
||||||
NODE_VERSION="20.5.1"
|
NODE_VERSION="20.5.1"
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,13 +6,13 @@ return {
|
|||||||
|
|
||||||
hop.setup()
|
hop.setup()
|
||||||
|
|
||||||
-- keymap.set('', '<leader>f', function ()
|
keymap.set('', '<leader><leader>f', function ()
|
||||||
-- hop.hint_char1()
|
hop.hint_char1()
|
||||||
-- end)
|
end)
|
||||||
keymap.set('', '<leader>s', function ()
|
keymap.set('', '<leader><leader>s', function ()
|
||||||
hop.hint_char2()
|
hop.hint_char2()
|
||||||
end)
|
end)
|
||||||
keymap.set('', '<leader>w', function ()
|
keymap.set('', '<leader><leader>w', function ()
|
||||||
hop.hint_words()
|
hop.hint_words()
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
@ -34,7 +34,6 @@ return {
|
|||||||
|
|
||||||
"godlygeek/tabular",
|
"godlygeek/tabular",
|
||||||
"plasticboy/vim-markdown",
|
"plasticboy/vim-markdown",
|
||||||
"ctrlpvim/ctrlp.vim",
|
|
||||||
|
|
||||||
-- fzf
|
-- fzf
|
||||||
require('plugins.fzf'),
|
require('plugins.fzf'),
|
||||||
@ -127,4 +126,6 @@ return {
|
|||||||
|
|
||||||
-- themes
|
-- themes
|
||||||
"tomasr/molokai",
|
"tomasr/molokai",
|
||||||
|
|
||||||
|
"vimwiki/vimwiki",
|
||||||
}
|
}
|
||||||
|
@ -89,6 +89,7 @@ input type:touchpad {
|
|||||||
#
|
#
|
||||||
bindsym $alt+Shift+c exec ~/bin/screenshot
|
bindsym $alt+Shift+c exec ~/bin/screenshot
|
||||||
bindsym $alt+Shift+m exec ~/bin/screenshot-monitor
|
bindsym $alt+Shift+m exec ~/bin/screenshot-monitor
|
||||||
|
bindsym $alt+Shift+v exec ~/bin/auto-screenshot-monitor
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user