amazing video, thanks for introducing us to Vimium, it's a great extension and makes browsing the web much more easier for us acquainted with the of the cult of vi XD
Thanks for the video! Im really interested in try to use the "fzf session list" but I can't replicated, is something else needed apart from the line 139 of the config file? (bind y run -b "tmux show-buffer...". When I hit the shortcut I only getting a message telling me the buffer is copied to the clipboard
My previous message disappeared. But basically, is replacing (or adding a new) key bind: # windows fuzzy finder selector unbind s bind-key s run-shell -b "~/.tmux/scripts/switch-session.bash" And then adding this script (switch-session.bash) #!/bin/bash tmuxsessions=$(tmux list-sessions -F '#S#{?session_attached,attached,}' | grep -v attached) tmux_switch_to_session() { session="$1" if [[ $tmuxsessions = *"$session"* ]]; then tmux switch-client -t "$session" fi } choice=$(sort -fu
Unfortunately tmux and vim/neovim do not work for me. I use tmux session for every project with 4 - 5 splits. Sometimes when I open session (project), splits positions are weird and text inside uneditable.
Interesting tools. I dont like vim as ide I prefer use vscode or fleet or intellij I use vim just to edit config files in Linux servers, but the other tools are interesting
Nice work and really interesting tools!
thank you!
love the vimium browser extension. great setup
Thank you!
amazing video, thanks for introducing us to Vimium, it's a great extension and makes browsing the web much more easier for us acquainted with the of the cult of vi XD
Good job, Thanks for this one 🙂
Great video!!! Thanks for sharing.
Thanks for the video 🤗
Exa does have icons with --icons, it's just not set by default.
OH! didn't know that! thank you for letting me know!
Came here to say the same thing!
First! Nicely done Adib 😀
Thank you so much, @Elijah!
Nice setup!
thank you!
As previously mentioned, exa does have icons but it also has octal-permissions which is just awesome. I just use exa instead of LSD.
I should probably try exa more. it seems that it has some great features.[
Exa has icons btw you just need --icons flag
Why not use skim instead of fzf since most of your ecosystem is in Rust
When do you think your Neovim guide will be ready?
Really like your theme
Gruvbox Material! my favorite!
Should do a tutorial of how to setup your lunarvim like that!!
On my list!
Congrats.. a beautiful setup!! how to do it DevOps based cli tools ?
Amazing setup
my boy lazygit let's go
the best!
this is great!
Thanks for the video! Im really interested in try to use the "fzf session list" but I can't replicated, is something else needed apart from the line 139 of the config file? (bind y run -b "tmux show-buffer...". When I hit the shortcut I only getting a message telling me the buffer is copied to the clipboard
I got you! I’ll be making a detailed video on how I setup Tmux!
My previous message disappeared. But basically, is replacing (or adding a new) key bind:
# windows fuzzy finder selector
unbind s
bind-key s run-shell -b "~/.tmux/scripts/switch-session.bash"
And then adding this script (switch-session.bash)
#!/bin/bash
tmuxsessions=$(tmux list-sessions -F '#S#{?session_attached,attached,}' | grep -v attached)
tmux_switch_to_session() {
session="$1"
if [[ $tmuxsessions = *"$session"* ]]; then
tmux switch-client -t "$session"
fi
}
choice=$(sort -fu
I also use the excellent broot - written in rust.
am confused, how does starship work with alacritty. ain't both the same or am I missing something simple here ?
Alacritty is a terminal emulator and starship is a theme
Unfortunately tmux and vim/neovim do not work for me. I use tmux session for every project with 4 - 5 splits. Sometimes when I open session (project), splits positions are weird and text inside uneditable.
that's strange behavior. I don't think I've experienced it before. Have you looked into zellij.dev/ ? it might be a better solution for you
@@adibhanna Thanks, I will check it.
Alright, works very good with sessions. I will test it more. Thanks for tip.
I need that wallpaper. Could you send me the link for that image.?
if you mean my background image. www.dropbox.com/s/mao1vy5wf9az737/lakeside-sunset-deer-minimal.png?dl=0
In the next videos, hope you have some app to cast your keyboard like KeyCastr for the newbie like me. Thank
Sure thing! I got KeyCastr and I’ll start using it for future videos!
Can you please share your starship prompt config? It’s pretty nice
Sure! here you go pastebin.pl/view/9489bb07
@@adibhanna Thanks!
what font are you using?
SF Mono
sweet
This is for which system.... Mac debian or Arch
Mac, but these tools should work in any OS
Interesting tools. I dont like vim as ide I prefer use vscode or fleet or intellij I use vim just to edit config files in Linux servers, but the other tools are interesting
Alacritty + tmux + AstroNvim
change title to review not setup
exa, can show the icons. lolwut. it's just a better lsd.