WordPress database error: [Disk full (/tmp/#sql-temptable-1-259549-2777.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `markjacobsen_options`

{"id":750,"date":"2014-09-22T09:44:15","date_gmt":"2014-09-22T13:44:15","guid":{"rendered":"http:\/\/visit.markjacobsen.net\/?page_id=750"},"modified":"2014-10-08T11:21:47","modified_gmt":"2014-10-08T15:21:47","slug":"vim-cheat-sheet","status":"publish","type":"page","link":"https:\/\/markjacobsen.net\/vim-cheat-sheet\/","title":{"rendered":"VIM Cheat Sheet"},"content":{"rendered":"

Yeah, there are a ton of them out there, but this one is mine \ud83d\ude42<\/p>\n

Modes\r\n------------------\r\nesc = command mode\r\ni = insert mode\r\n\r\nCursor movement (in command mode)\r\n------------------------------\r\nj = line down\r\nk = line up\r\nh = left\r\nl = right\r\nw = next word (5w = 5 words ahead)\r\ne = end of word\r\nb = previous word\r\n0 = go to start of line\r\n$ = go to end of line\r\ngg = go to start of file\r\nG = go to end of file\r\nctrl+f = page forward\r\nctrl+b = page backward\r\n\r\nEditing (From command mode)\r\n------------------------------\r\no = Insert new line after this one\r\nO = Insert new line before this one\r\nA = Start editing from the end of the line (append)\r\nx = Delete character in front of cursor\r\nX = Delete character behind cursor\r\ndd = Delete entire line\r\nd$ = Delete from cursor to the end of the line\r\n30i- Esc = Insert 30 - characters\r\n\r\nSearch (From command mode)\r\n------------------------------\r\n\/find = Search for the word find\r\nn = Find next (forward)\r\nN = Find previous (backward)\r\n\r\nHelp and Quiting\r\n------------------------------\r\n:w = save\r\n:q = quit\r\n:q! = quit without saving\r\nu = undo\r\nctrl+R = redo\r\n:help\r\n<\/code><\/pre>\nPlease remember to subscribe to the newsletter<\/a> to stay up to date!<\/i>\n\nYou or someone you know looking to buy or sell?<\/i>\n<\/a>\nDisclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself. You would think this should be self evident these days, but apparently not...<\/small><\/i>","protected":false},"excerpt":{"rendered":"

Yeah, there are a ton of them out there, but this one is mine \ud83d\ude42 Modes —————— esc = command mode i = insert mode Cursor movement (in command mode) —————————— j = line down k = line up h = left l = right w = next word (5w = 5 words ahead) e … Continue reading VIM Cheat Sheet<\/span> →<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"jetpack_shortlink":"https:\/\/wp.me\/P2UXeD-c6","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"jetpack_likes_enabled":false,"_links":{"self":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/pages\/750"}],"collection":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/comments?post=750"}],"version-history":[{"count":5,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/pages\/750\/revisions"}],"predecessor-version":[{"id":763,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/pages\/750\/revisions\/763"}],"wp:attachment":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/media?parent=750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}