From 460484c51abd35388be154b65450227153474ba8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 11 Apr 2021 14:06:02 +0530 Subject: changes commands menu items --- scripts/commands/:cheat | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 scripts/commands/:cheat (limited to 'scripts/commands/:cheat') diff --git a/scripts/commands/:cheat b/scripts/commands/:cheat deleted file mode 100755 index 850557f..0000000 --- a/scripts/commands/:cheat +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env sh - -[[ ! -z "$1" ]] && file=$1 || file=Cheatsheets; - -sensible-terminal -e sensible-editor ~/.config/vimwiki/$file.md; -- cgit v1.3.1