ysl2 / .dotfiles

My dotfiles
2 stars 0 forks source link

Known issues & New features #27

Open ysl2 opened 10 months ago

ysl2 commented 10 months ago

zsh:

cannot auto login to zsh when connecting remote ssh host.

Zsh better suggestion

zsh instant prompt

考虑profile里面到底是留空还是去source rc。因为这样有可能导致rc被加载两遍,需要echo 一下。再就是还要考虑tmux和boot的情况。

ysl2 commented 9 months ago

tmux:

~tmux rename script, do not swap, instead, insert into. So the windows after this one should be rename to +1~(目前去掉了这个,因为目前效果不好,并且对外部产生依赖)

re-concider all keymaps, remove all duplicate custom keymaps by contrast to builtin keymaps.

add move pane keymaps, so that we can define our own layout.

ysl2 commented 8 months ago

lf:

Add doc and docx for lf preview

feh in lf_opener, should limit max picture size. Othervise, open the large size picture will cause the open picture too large.

lf add :redraw to keymap

添加fd功能用来fzf模糊查找跳转文件夹 再添加一个ff功能用来跳转到某文件所在的文件夹(或者直接打开它,考虑一下到底哪个功能比较合理)

添加文件和文件夹的逻辑可以考虑和nvim-tree相同,即,在最后加斜杠就添加文件夹,否则添加文件。这样可以节省一个快捷键。

qrcp与lf集成,类似dragon。需要考虑send和receive两种情况。

lf的gP功能,应该允许相同路径下创建链接,如果发现重名就自动rename

lf如何复制文件名?复制文件全路径?

ysl2 commented 7 months ago

go to arch

ysl2 commented 6 months ago

learn how to use nix

ysl2 commented 6 months ago

尝试浏览器换成surf,需要配置一下。

ysl2 commented 4 months ago

qqmusic, system tray?

ysl2 commented 3 months ago

https://github.com/astral-sh/uv

ysl2 commented 3 months ago

mysql and k8s tui tool

chatgpt tui tool,consider ysl2gpt but with carbonyl.

ysl2 commented 3 months ago

记录:

苹果手机,投屏到windows电脑:Air Screen Mirroring Receiver

虫洞投屏:https://www.er.run

ysl2 commented 3 months ago

lstopo

ysl2 commented 2 months ago

.gitconfig需要加密,历史记录也应该删除

ysl2 commented 2 months ago

vimrc

language的设置无效,报错。 termgui的设置也不行,导致shell默认是白色背景。去掉这个就ok。colorscheme可以是default,或者尝试一下主仓库里删掉这个字段,有可能默认就是default,需要查文档 terminal的设置,默认打开的是sh?与$SHELL的设置有关 缩进python的时候,用的是tab,不是space

ysl2 commented 2 weeks ago

mynomirrorflag的作用范围需要检查