diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index ef25b85d2..07099880b 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -19,11 +19,11 @@ customCommands: context: "localBranches" loadingText: "Pruning..." description: "prune local branches that have been merged to main/master" - - key: "" - context: "global" - command: " tag=$(date +%Y).$(date +%m | sed 's/^0//').$(($(git tag --sort=-v:refname | grep ^$MAJOR.$MINOR | head -n 1 | cut -d . -f 3) + 1)); git tag $tag; git push {{ .SelectedRemote.Name }} $tag; " - description: "Create and push a tag based off the date" - loadingText: "Tagging/Pushing..." + # - key: "" + # context: "global" + # command: " tag=$(date +%Y).$(date +%m | sed 's/^0//').$(($(git tag --sort=-v:refname | grep ^$MAJOR.$MINOR | head -n 1 | cut -d . -f 3) + 1)); git tag $tag; git push {{ .SelectedRemote.Name }} $tag; " + # description: "Create and push a tag based off the date" + # loadingText: "Tagging/Pushing..." - key: "" context: "global" description: "Create new conventional commit" diff --git a/.config/lf/lfrc b/.config/lf/lfrc index fe52cf3d9..33a70ca7a 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -243,11 +243,11 @@ map quit map :toggle; down map shell map shell-wait -map fzf 'Shortcuts' 'cat $XDG_DATA_HOME/lf/shortcuts 2>/dev/null' ':' '1' '2' '85%' '^' -map t fzf 'Tags' 'cat $XDG_DATA_HOME/lf/tags 2>/dev/null' ':' '1' '1' '50%' -map m fzf 'Marks' 'cat $XDG_DATA_HOME/lf/marks 2>/dev/null' ':' '1' '2' '85%' '^' -map f fzf 'Files' 'find -L $PWD' ':' '1' '1' '50%' -map g find_word +map fzf 'Shortcuts' 'cat $XDG_DATA_HOME/lf/shortcuts 2>/dev/null' ':' '1' '2' '85%' '^' +map t fzf 'Tags' 'cat $XDG_DATA_HOME/lf/tags 2>/dev/null' ':' '1' '1' '50%' +map m fzf 'Marks' 'cat $XDG_DATA_HOME/lf/marks 2>/dev/null' ':' '1' '2' '85%' '^' +map f fzf 'Files' 'find -L $PWD' ':' '1' '1' '50%' +map g find_word map "'" mark-load map '"' mark-remove map "$" shell