зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
m
Этот коммит содержится в:
родитель
a165e75513
Коммит
e39ab90688
@ -29,6 +29,10 @@ Michael Mann
|
||||
books: Fashism, Dark Side of Democracy
|
||||
|
||||
2024
|
||||
RUPoliticalCultureInstitute - 04.14 - Hazin Gevorgyan Rode - RU-Vatican-US of 1:15:47
|
||||
https://www.youtube.com/watch?v=UGlFfW2jJVk
|
||||
RUPoliticalCultureInstitute - 04.14 - Lermontov and Others - Big Game of 1:23:04
|
||||
https://www.youtube.com/watch?v=2GPVtMihrIQ
|
||||
MaterikTV - 03.22 - Marcinkevich - Hazin - Gevorgyan - Rode - Energoresources of 1:58:04
|
||||
https://www.youtube.com/watch?v=2zEWJJ8BuJo
|
||||
! Today is only 1782 tankers-gasovoses
|
||||
|
||||
42
os/editors/neovim/features/clip.txt
Обычный файл
42
os/editors/neovim/features/clip.txt
Обычный файл
@ -0,0 +1,42 @@
|
||||
https://github.com/neovim/neovim/issues/9213
|
||||
:h clipboard-tool
|
||||
https://stackoverflow.com/questions/75548458/copy-into-system-clipboard-from-neovim
|
||||
https://askubuntu.com/questions/1486871/how-can-i-copy-and-paste-outside-of-neovim
|
||||
:lua vim.api.nvim_get_option_value("clipboard", {})
|
||||
https://neovim.io/doc/user/api.html#nvim_get_option_info2()
|
||||
https://neovim.io/doc/user/api.html#nvim_get_option_value()
|
||||
https://github.com/neovim/neovim/issues/18246
|
||||
vim.api.nvim_set_option("clipboard", "unnamed")
|
||||
https://stackoverflow.com/questions/61379318/how-to-copy-from-vim-to-system-clipboard-using-wayland-and-without-compiled-vim
|
||||
|
||||
:echo has('clipboard')
|
||||
|
||||
https://github.com/neovim/neovim/blob/master/runtime/autoload/provider/clipboard.vim
|
||||
...
|
||||
elseif !empty($WAYLAND_DISPLAY) && executable('wl-copy') && executable('wl-paste')
|
||||
let s:copy['+'] = ['wl-copy', '--type', 'text/plain']
|
||||
let s:paste['+'] = ['wl-paste', '--no-newline']
|
||||
let s:copy['*'] = ['wl-copy', '--primary', '--type', 'text/plain']
|
||||
let s:paste['*'] = ['wl-paste', '--no-newline', '--primary']
|
||||
return 'wl-copy'
|
||||
|
||||
https://github.com/neovim/neovim/blob/master/runtime/doc/provider.txt#L184
|
||||
:help clipboard
|
||||
...
|
||||
let g:clipboard = {
|
||||
\ 'name': 'WslClipboard',
|
||||
\ 'copy': {
|
||||
\ '+': 'clip.exe',
|
||||
\ '*': 'clip.exe',
|
||||
\ },
|
||||
\ 'paste': {
|
||||
\ '+': 'powershell.exe -c [Console]::Out.Write($(Get-Clipboard -Raw).tostring().replace("`r", ""))',
|
||||
\ '*': 'powershell.exe -c [Console]::Out.Write($(Get-Clipboard -Raw).tostring().replace("`r", ""))',
|
||||
\ },
|
||||
\ 'cache_enabled': 0,
|
||||
\ }
|
||||
|
||||
provider#clipboard#Call
|
||||
|
||||
TODO:
|
||||
+-register remap to C-C
|
||||
7
os/editors/neovim/features/lua.txt
Обычный файл
7
os/editors/neovim/features/lua.txt
Обычный файл
@ -0,0 +1,7 @@
|
||||
https://neovim.io/doc/user/lua.html
|
||||
https://neovim.io/doc/user/lua-guide.html
|
||||
:lua print("hello")
|
||||
|
||||
https://neovim.io/doc/user/lua-guide.html#lua-guide-variables
|
||||
:lua vim.print(vim.g.clipboard)
|
||||
:lua print(vim.g.clipboard)
|
||||
@ -1,5 +1,12 @@
|
||||
https://github.com/chmouel/clipman
|
||||
dnf/clipman
|
||||
|
||||
https://docs.xfce.org/panel-plugins/clipman/start
|
||||
|
||||
2019
|
||||
KaiHendry - Sway clipboard manager 0:00 of 5:51
|
||||
https://www.youtube.com/watch?v=2qfxmCgmHdM
|
||||
|
||||
apt
|
||||
clipman
|
||||
wayland
|
||||
@ -1,5 +1,4 @@
|
||||
zscaler
|
||||
/etc/dbus-1/system.d/com...zscaler...
|
||||
|
||||
remove from path
|
||||
data/wrk/.cargo/bin/rg
|
||||
@ -92,7 +91,6 @@ Data Integration with Azure Data Factory #3
|
||||
Java Advanced: Backend Core
|
||||
https://learn.epam.com/detailsPage?id=c60c5696-dfbe-4396-b0a0-72051bbaff5d&source=PROGRAM
|
||||
|
||||
Zykov - Programming Functional Approach ru
|
||||
B94D53D424715F2E21A19149D3E9DA05
|
||||
|
||||
https://spring.io/projects/spring-cloud-stream-applications
|
||||
@ -901,6 +899,7 @@ Bulba
|
||||
https://www.facebook.com/groups/436519399842648/permalink/473606822800572/
|
||||
Stolin
|
||||
https://www.facebook.com/groups/436519399842648/permalink/473634606131127/
|
||||
https://www.facebook.com/groups/436519399842648/permalink/473634606131127/
|
||||
Gandel
|
||||
https://www.facebook.com/petr.kabalyants/posts/1337598606286567
|
||||
https://www.facebook.com/groups/436519399842648/permalink/472466666247921/
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user