自动安装packer插件 local fn = vim.fn local install_path = fn.stdpath('data')..'/site/pack/packer/start/packer.nvim' if fn.empty(fn.glob(install_path)) > 0 then --fn.system({'git', 'clone', '--depth', '1', 'https://github....
"noremap<LEADER>st :Startify<CR> " make Y to copy till the end of the line nnoremap Y y$ " Copy to system clipboard "vnoremap Y "+y " Indentation nnoremap < << nnoremap > >> " Search noremap<LEADER><CR>:nohlsearch<CR> " Adjacent duplicate words noremap<LEADER>dw /\(\<\w\+\...
Y Copy to system clipboard :w !xclip -i -sel c R .vim重新加载 分屏快捷键作用映射 sl 右分屏 :set splitright:vsplit sh 左分屏 :set nosplitright:vsplit:set splitright sk 上分屏 :set nosplitbelow:split:set splitbelow sj 下分屏 :set splitbelow:split <space>I 切换到右分屏 ltK <space>h...
Y Copy selected text to system clipboard 2 Window Management 2.1 Creating Window Through Split Screen ShortcutAction s u Create a new horizontal split screen and place it above the current window s e Create a new horizontal split screen and place it below the current window s n Create a new...
" Copy to system clipboard vnoremap Y "+y " Indentation nnoremap < << nnoremap > >> " Search noremap <LEADER><CR> :nohlsearch<CR> " Adjacent duplicate words noremap <LEADER>dw /\(\<\w\+\>\)\_s*\1 " Space to Tab nnoremap <LEADER>tt :%s/ /\t/g vnoremap <...
('clipboard-provider') let g:clipboard = { \ 'name': 'myClipboard', \ 'copy': { \ '+': 'clipboard-provider copy', \ '*': 'env COPY_PROVIDERS=tmux clipboard-provider copy', \ }, \ 'paste': { \ '+': 'clipboard-provider paste', \ '*': 'env COPY_PROVIDERS=tmux clipboard-...
\ '+': 'clipboard-provider paste',\ '*': 'env COPY_PROVIDERS=tmux clipboard-provider paste', \ },\ } endif "随机选⼀个颜⾊风格 function RandomColorScheme()let mycolors = split(globpath(&rtp,"**/colors/*.vim"),"\n") exe 'so ' . mycolors[localtime() % len...
pyperclipif you want to usemolten_copy_output nbformatfor importing and exporting output to jupyter notebooks files pillowfor opening images with:MoltenImagePopup requestsandwebsocket-clientfor connecting to the Jupyter Server API via HTTP and WebSocket with:MoltenInit <Jupyter server URL> ...
Neo-tree is a Neovim plugin to browse the file system and other tree like structures in whatever style suits you, including sidebars, floating windows, netrw split style, or all of them at once! Neo-tree filesystem as Sidebar: This screenshot shows Neo-tree opened in the traditional sideba...
nnoremap Y y$" Copy to system clipboard vnoremap Y "+y" Indentation nnoremap < << nnoremap > >>" Search noremap <LEADER><CR> :nohlsearch<CR>" Adjacent duplicate words noremap <LEADER>dw /\(\<\w\+\>\)\_s*\1" Space to Tab nnoremap <LEADER>tt :%s/ /\t/g ...