File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 235235 gitmux
236236 # Script to find files with tmux in vim
237237 ( writeShellScriptBin "tmux-sessionizer-script" ''
238- selected=$(find ~/work ~/ztm ~/personal ~/projects ~/opensource -maxdepth 1 -mindepth 1 -type d | fzf)
238+ selected=$(find ~/work ~/ztm ~/personal ~/projects ~/opensource ~/alura/ -maxdepth 1 -mindepth 1 -type d | fzf)
239239 if [[ -z "$selected" ]]; then
240240 exit 0
241241 fi
Original file line number Diff line number Diff line change 171171 zstyle ':fzf-tab:complete:kill:argument-rest' fzf-preview 'ps --pid=$word -o cmd --no-headers -w -w'
172172 zstyle ':fzf-tab:complete:cd:*' fzf-preview '${ pkgs . eza } /bin/eza -1 --color=always $realpath'
173173 zstyle ':fzf-tab:*' switch-group ',' '.'
174+
175+ autoload -Uz edit-command-line
176+ zle -N edit-command-line
177+ bindkey '^x^e' edit-command-line
178+
179+ alias -s json='jless'
180+
181+ alias -s {txt,nix}='$EDITOR'
182+
183+ alias -s md='bat'
174184 '' ;
175185 } ;
176186 } ;
Original file line number Diff line number Diff line change 11{
2- inputs ,
32 lib ,
43 pkgs ,
54 config ,
1211 config = lib . mkIf config . utils . enable {
1312 home = {
1413 packages = with pkgs ; [
14+ jless
1515 parted
1616 unzip
1717 polkit_gnome
You can’t perform that action at this time.
0 commit comments