aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-14 17:21:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-14 17:21:27 -0300
commit00eaebb06eaef7989e2515348993cdfd96d64709 (patch)
treeb167b9f82eecd08b457eecbd366e229dc78a474b
parent67159eb86e94e71f544da2ffafd11e6b893eaa35 (diff)
downloadwyrd-00eaebb06eaef7989e2515348993cdfd96d64709.tar.gz
wyrd-00eaebb06eaef7989e2515348993cdfd96d64709.tar.bz2
Turn off VIM workaround
-rw-r--r--wyrdrc.dot.link12
1 files changed, 6 insertions, 6 deletions
diff --git a/wyrdrc.dot.link b/wyrdrc.dot.link
index c733212..4da7f12 100644
--- a/wyrdrc.dot.link
+++ b/wyrdrc.dot.link
@@ -8,18 +8,18 @@ set reminders_file="$HOME/.custom/reminders"
# Due to some Wyrd Weirdness, we cannot unbind Alt-q key combo that might conflict with VIM key mapping
# Then we invoke a separate terminal to edit the file so the key combo does not conflict
# command for editing an old appointment, given a line number %line% and filename %file%
-set edit_old_command="terminal ${VISUAL:-$EDITOR} +%line% %file%"
+#set edit_old_command="terminal ${VISUAL:-$EDITOR} +%line% %file%"
# command for editing a new appointment, given a filename %file%
-set edit_new_command="terminal ${VISUAL:-$EDITOR} +999999 %file%"
+#set edit_new_command="terminal ${VISUAL:-$EDITOR} +999999 %file%"
# command for free editing of the reminders file, given a filename %file%
-set edit_any_command="terminal ${VISUAL:-$EDITOR} %file%"
+#set edit_any_command="terminal ${VISUAL:-$EDITOR} %file%"
# command for editing an old appointment, given a line number %line% and filename %file%
-#set edit_old_command="${VISUAL:-$EDITOR} +%line% %file%"
+set edit_old_command="${VISUAL:-$EDITOR} +%line% %file%"
# command for editing a new appointment, given a filename %file%
-#set edit_new_command="${VISUAL:-$EDITOR} +999999 %file%"
+set edit_new_command="${VISUAL:-$EDITOR} +999999 %file%"
# command for free editing of the reminders file, given a filename %file%
-#set edit_any_command="${VISUAL:-$EDITOR} %file%"
+set edit_any_command="${VISUAL:-$EDITOR} %file%"
# templates for creating new appointments
# %monname% -> month name, %mon% -> month number, %mday% -> day of the month,