From: Siraaj Khandkar Date: Tue, 24 Nov 2020 23:38:21 +0000 (-0500) Subject: Switch from gvim to emacs in the X launchers X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=2d0a53bd2ca967ec299c1c24759a3f45a3a49e78 Switch from gvim to emacs in the X launchers --- 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