Compare commits

...

2 Commits

Author SHA1 Message Date
Nico 963f352974 micro binding changes 2022-01-22 14:11:54 +00:00
Nico 7b7227695e change fish cfg 2022-01-22 14:11:41 +00:00
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,6 @@ set -gx LEDGER_FILE ~/Documents/hledger/personal.journal
set -gx GOPATH ~/projects/go
set -gx PSION_PREFIX ~/software/psion-prefix
alias v=micro
alias vw="cd ~/vimwiki && micro index.md"
alias vw="cd ~/vimwiki && textadept index.md"
alias yt="mpv --ytdl-format='bestvideo[height<=1080]+bestaudio'"
alias psion="export WINEPREFIX=$PSION_PREFIX"

View File

@ -1,4 +1,5 @@
{
"\u003cMouseRight\u003e\u003cMouseLeft\u003e": "lua:initlua.gotofile",
"Alt-/": "lua:comment.comment",
"Ctrl-J": "lua:initlua.zettelInsert",
"CtrlUnderscore": "lua:comment.comment",