mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-12-08 03:18:17 +01:00
Add ranger alias for codium
This commit is contained in:
parent
13b7dbd271
commit
18687ff70e
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
# Stop playback, clear the library and add the selection to the library and start playback
|
# Stop playback, clear the library and add the selection to the library and start playback
|
||||||
map xd delete %f
|
map xd delete %f
|
||||||
map xc shell cmus-remote -C "set shuffle=false"; cmus-remote --stop --clear --library && cmus-remote --library --play %s
|
map xc shell cmus-remote -C "set shuffle=false"; cmus-remote --stop --clear --library && cmus-remote --library --play %s
|
||||||
|
|
||||||
|
# Start Codium in the current directory, fall back to VIM
|
||||||
|
map e shell command -v code && code %f || codium %f || ${EDITOR} .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue