Compare commits
5 Commits
e4c915c224
...
6c6bbb47f3
Author | SHA1 | Date | |
---|---|---|---|
6c6bbb47f3 | |||
375d135e83 | |||
5e87cb1f94 | |||
984fd8cfbd | |||
624c9ddd24 |
@ -106,4 +106,3 @@ key_bindings:
|
||||
- { key: NumpadAdd, mods: Control, action: IncreaseFontSize }
|
||||
- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
|
||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
- { key: N, mods: Control, action: SpawnNewInstance }
|
||||
|
@ -12,6 +12,8 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCWedHS9qKebauVIK2J7383g "Te
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UC9C07cryUrKzLuAzwITPA3A "SC2" "SC2HL"
|
||||
|
||||
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCr_3nQ4eRCwm_XUDpf62MAg "Information "Partager C'est Sympa"
|
||||
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCg7HRuQ93hl9v8dTSt_XDHA "Ferme" "~Banabé"
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCsM4_jihNFYe4CtSkXvDR-Q "Ferme" "~permaculture agroécologie etc..."
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UC2avy3Pwc3yVtt-tPKJn33A "Ferme" "~Ma ferme autonome"
|
||||
|
@ -44,9 +44,9 @@ vim.api.nvim_set_keymap("n", "<leader>zf", "<Cmd>ZkNotes { sort = { 'modified' }
|
||||
vim.api.nvim_set_keymap("v", "<leader>zf", ":'<,'>ZkMatch<CR>", opts)
|
||||
|
||||
-- Open notes linking to the current buffer.
|
||||
vim.api.nvim_set_keymap("n", "<leader>zb", "<Cmd>ZkBacklinks<CR>", opts)
|
||||
-- vim.api.nvim_set_keymap("n", "<leader>zb", "<Cmd>ZkBacklinks<CR>", opts)
|
||||
-- Alternative for backlinks using pure LSP and showing the source context.
|
||||
--map('n', '<leader>zb', '<Cmd>lua vim.lsp.buf.references()<CR>', opts)
|
||||
vim.api.nvim_set_keymap('n', '<leader>zb', '<Cmd>lua vim.lsp.buf.references()<CR>', opts)
|
||||
-- Open notes linked by the current buffer.
|
||||
vim.api.nvim_set_keymap("n", "<leader>zL", "<Cmd>ZkLinks<CR>", opts)
|
||||
|
||||
|
@ -220,6 +220,13 @@ return packer.startup(function(use)
|
||||
config = [[require('config.oil')]]
|
||||
}
|
||||
|
||||
use {
|
||||
'numToStr/Comment.nvim',
|
||||
config = function()
|
||||
require('Comment').setup()
|
||||
end
|
||||
}
|
||||
|
||||
if PACKER_BOOTSTRAP then
|
||||
require("packer").sync()
|
||||
end
|
||||
|
@ -1,23 +1,12 @@
|
||||
profile chanay {
|
||||
output eDP-1 enable scale 1
|
||||
output "Optoma Corporation Optoma SVGA Q71P7100939" position 0,0
|
||||
}
|
||||
|
||||
profile stex101 {
|
||||
output eDP-1 enable scale 1
|
||||
output "Seiko Epson Corporation EPSON PJ 0x00000101" position 0,0
|
||||
}
|
||||
|
||||
|
||||
profile maison {
|
||||
output eDP-1 disable
|
||||
output "Philips Consumer Electronics Company PHL 223V5 ZV01622003292" position 0,0 transform 90 mode 1920x1080
|
||||
output "Samsung Electric Company LS27A600U HNMR502540" position 1080,240 mode 2560x1440
|
||||
}
|
||||
|
||||
profile maison2 {
|
||||
output eDP-1 enable scale 1 position 320,1440
|
||||
output "Samsung Electric Company LS27A600U HNMR502540" mode 2560x1440
|
||||
profile atelier {
|
||||
output eDP-1 enable scale 1 position 0,1080
|
||||
output "ROW AAA Unknown" mode 1280x800
|
||||
}
|
||||
|
||||
profile bdp {
|
||||
|
Loading…
Reference in New Issue
Block a user