From 8d6be9c37f373144061af6a9103e1146f8b35d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 25 Aug 2020 16:07:37 +0200 Subject: [PATCH] Add k and j keybinds for moving within the list. --- src/components/NoteList.vue | 52 ++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/src/components/NoteList.vue b/src/components/NoteList.vue index 89c9e51..9c83b57 100644 --- a/src/components/NoteList.vue +++ b/src/components/NoteList.vue @@ -6,22 +6,66 @@ v-model="content" rows="10" > -
{{ note.text }}
+
+ #{{ note.id }}{{ note.text }} +