Albert Lv

Results 12 comments of Albert Lv

I think both need.  or other git server.  because when I work on mulit project  I need smart push my projects.   when the manifest file updated, the command west update...

too many work need to do. :dog: this my scripts. https://gist.github.com/altair-albert/16c758626afda1fb50a13cad1491c4f2 maybe have another better design. :smile:

the newer commit 8e47e5b8ab12327881f2010da2213563ddb64fd9, is still has this problem. this change can fix this problem for me. ```diff diff --git a/autoload/clap/state.vim b/autoload/clap/state.vim index 0521693..d6890a9 100644 --- a/autoload/clap/state.vim +++ b/autoload/clap/state.vim @@...

This my configure for vim-clap ```VimL " vim-clap let g:clap_layout = { 'relative': 'editor' } let g:clap_disable_run_rooter = v:true let g:clap_enable_icon = v:true ``` When use `:Clap grep` for search...

``` maple version ``` version 0.1.36 (git v0.36), built for x86_64-unknown-linux-musl by rustc 1.64.0-nightly (f6f9d5e73 2022-08-04).

I tested again, it's works on tag v0.36. but failed on master (8e47e5b), i don't have special config.

> Inside the docker container, if you do `echo $SHELL`, what do you get? it's /bin/bash. when i run zellij in tmux session inside docker container, it works.

1. I used docker img base ubuntu 20.04 2. I started a container with docker start -i 3. execute zellij

setting "every window use same input" can fix switch slow problem. but still has 2.0GB data writed to disck.

> Where do you see 2 GB data written to disk? the information from gnome-system-monitor. maybe not right.