新增lvim的多光标插件
parent
804d784219
commit
5c89fabaf0
|
@ -3,7 +3,7 @@ HalfWidthPuncAfterLetterOrNumber=True
|
||||||
# Type paired punctuations together (e.g. Quote)
|
# Type paired punctuations together (e.g. Quote)
|
||||||
TypePairedPunctuationsTogether=False
|
TypePairedPunctuationsTogether=False
|
||||||
# Enabled
|
# Enabled
|
||||||
Enabled=True
|
Enabled=False
|
||||||
|
|
||||||
[Hotkey]
|
[Hotkey]
|
||||||
0=Control+period
|
0=Control+period
|
||||||
|
|
|
@ -33,6 +33,12 @@ set $ws10 "10"
|
||||||
# workspace 9 output HDMI-0
|
# workspace 9 output HDMI-0
|
||||||
# workspace 10 output DP-1
|
# workspace 10 output DP-1
|
||||||
|
|
||||||
|
# Focus the next output (effectively toggles when you only have two outputs)
|
||||||
|
# 切换当前整个workspace到另一个屏幕
|
||||||
|
bindsym $mod+c move workspace to output next
|
||||||
|
|
||||||
|
# 双击$wsn 即可返回之前的workspace
|
||||||
|
workspace_auto_back_and_forth yes
|
||||||
|
|
||||||
# floating window u can use mouse left drag or right drag move or scale
|
# floating window u can use mouse left drag or right drag move or scale
|
||||||
# use $mod+Mouse to drag floating windows to their wanted position
|
# use $mod+Mouse to drag floating windows to their wanted position
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
lvim.plugins =
|
lvim.plugins =
|
||||||
{
|
{
|
||||||
|
"mg979/vim-visual-multi",
|
||||||
"iamcco/markdown-preview.nvim",
|
"iamcco/markdown-preview.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
vim.fn["mkdp#util#install"]()
|
vim.fn["mkdp#util#install"]()
|
||||||
|
|
|
@ -41,5 +41,6 @@
|
||||||
"toggleterm.nvim": { "branch": "main", "commit": "68fdf851c2b7901a7065ff129b77d3483419ddce" },
|
"toggleterm.nvim": { "branch": "main", "commit": "68fdf851c2b7901a7065ff129b77d3483419ddce" },
|
||||||
"tokyonight.nvim": { "branch": "main", "commit": "c5df636ce62a8aab7565f35da143cfd672526302" },
|
"tokyonight.nvim": { "branch": "main", "commit": "c5df636ce62a8aab7565f35da143cfd672526302" },
|
||||||
"vim-illuminate": { "branch": "master", "commit": "a2907275a6899c570d16e95b9db5fd921c167502" },
|
"vim-illuminate": { "branch": "master", "commit": "a2907275a6899c570d16e95b9db5fd921c167502" },
|
||||||
|
"vim-visual-multi": { "branch": "master", "commit": "724bd53adfbaf32e129b001658b45d4c5c29ca1a" },
|
||||||
"which-key.nvim": { "branch": "main", "commit": "4acffc92953a90a790603bfdab7c92319ab167b1" }
|
"which-key.nvim": { "branch": "main", "commit": "4acffc92953a90a790603bfdab7c92319ab167b1" }
|
||||||
}
|
}
|
Loading…
Reference in New Issue