|
@@ -93,10 +93,10 @@ fileviewer *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
|
|
|
|
|
|
" Web -------------------------------------------------------------------------
|
|
|
filextype *.html,*.htm
|
|
|
- \ {Open with vim}
|
|
|
- \ wezterm start --always-new-process --cwd %d -e vim %c &,
|
|
|
\ {Open with gvim}
|
|
|
\ gvim %c &,
|
|
|
+ \ {Open with vim}
|
|
|
+ \ wezterm start --always-new-process --cwd %d -e vim %c &,
|
|
|
\ {Open with dwb}
|
|
|
\ dwb %f %i &,
|
|
|
\ {Open with firefox}
|
|
@@ -271,10 +271,14 @@ filextype */
|
|
|
" Config & exec files ---------------------------------------------------------
|
|
|
filextype *.conf,*rc,*.txt,*.yml,*.json,config,*.fish,*.sh,*.ini,*.css,*.bak,*.backup,*info,*.md,*.dat,*.xml,*.Xresources,*.asm,*.py,*.c,*.cpp,*.h,*.awk,*bash*,*.git*,*.zsh,*zshrc,*.profile,*.log,*.desktop,*.vifm,*.vim,*.rs,*.hs,*.lua,*.org,*.el/
|
|
|
\ {View in gvim}
|
|
|
- \ wezterm start --always-new-process --cwd %d -e vim %f &,
|
|
|
+ \ gvim %f &,
|
|
|
+" \ {View in gvim}
|
|
|
+" \ wezterm start --always-new-process --cwd %d -e vim %f &,
|
|
|
|
|
|
filetype *.conf,*rc,*.txt,*.yml,*.json,config,*.fish,*.sh,*.ini,*.css,*.bak,*.backup,*info,*.md,*.dat,*.xml,*.Xresources,*.asm,*.py,*.c,*.cpp,*.h,*.awk,*bash*,*.git*,*.zsh,*zshrc,*.profile,*.log,*.desktop,*.vifm,*.vim,*.rs,*.hs,*.lua,*.org,*.el/
|
|
|
\ {View in vim}
|
|
|
+ \ wezterm start --always-new-process --cwd %d -e vim %f &,
|
|
|
+ \ {View in vim}
|
|
|
\ $TERMINAL -e vim %f %i &,
|
|
|
\ {View in Helix}
|
|
|
\ $TERMINAL -e hx %f %i &,
|