Tim
Tim
> `:help telescope.defaults.cache_picker` you can cache how many pickers you want and fuzzy find/open them again with `:help builtin.pickers` Thanks. I'll try it. I have two more questions. Is any...
> Funny we already have this. Just write new file into prompt `this/is/new/file.lua` or `this/is/new/dir/` and press `` and i actually like this workflow. If it ends with `/` it...
> > Also i kinda also have a bad feeling about mapping deletion because of how dangerous it can be. > > yah this is dangerous, I accidentally deleted my...
> We can talk about this if we have figured out how to run action.select_* with multiselection :) > if @elianiva wants he can do all of the above in...
@omerxx Is it impossible to use tmux native rename in command line? Pressing shortcut in popup brings you to tmux's command line with rename command.
> `autostart = false` looks suspicious. From the docs: > > ``` > - {autostart} > > `bool` (default: true) > > Controls if the `FileType` autocommand that launches a...
If you use `neovim lsp` then you may try `lsp rename`. You will see previous name in the command line. It's what I'm talking about.
Sure Config ``` #remap leader unbind-key C-b set-option -g prefix C-Space bind-key C-Space send-prefix set-window-option -g mode-keys vi # set Zsh as your default Tmux shell #set-option -g default-shell zsh...