From 2d0a53bd2ca967ec299c1c24759a3f45a3a49e78 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Tue, 24 Nov 2020 18:38:21 -0500 Subject: [PATCH] Switch from gvim to emacs in the X launchers --- home/.xbindkeysrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home/.xbindkeysrc b/home/.xbindkeysrc index 9e37e4a..e7f022a 100644 --- a/home/.xbindkeysrc +++ b/home/.xbindkeysrc @@ -133,21 +133,21 @@ Mod4 + v # Editor -"gvim" +"emacs" Mod4 + e # Edit specific files -"cd ~/doc/TODO && gvim TODO.md" +"cd ~/doc/TODO && emacs TODO.md" Mod4 + t -"cd ~/doc/ideas && gvim ideas.md" +"cd ~/doc/ideas && emacs ideas.md" Mod4 + i -"cd ~/doc/drafts && drafts_prepend && gvim drafts.md" +"cd ~/doc/drafts && drafts_prepend && emacs drafts.md" Mod4 + d -"cd ~/doc/notes && notes_prepend && gvim notes.md" +"cd ~/doc/notes && notes_prepend && emacs notes.md" Mod4 + n -"cd ~/doc/bookmarks && gvim bookmarks.md" +"cd ~/doc/bookmarks && emacs bookmarks.md" Mod4 + b -"cd ~/doc/quotations && gvim quotations.md" +"cd ~/doc/quotations && emacs quotations.md" Mod4 + q # File browser -- 2.20.1