feat(micro): update .gitignore and bindings for backup and buffer configurations
This commit is contained in:
+2
-4
@@ -31,7 +31,5 @@
|
||||
*/.pid.lock
|
||||
*/.sock
|
||||
|
||||
micro/.config/micro/backups/
|
||||
micro/.config/micro/buffers/
|
||||
|
||||
|
||||
micro/.config/micro/backups
|
||||
micro/.config/micro/buffers
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"Ctrl-Up": "CursorUp,CursorUp,CursorUp,CursorUp,CursorUp",
|
||||
"Alt-/": "lua:comment.comment",
|
||||
"Ctrl-Down": "CursorDown,CursorDown,CursorDown,CursorDown,CursorDown",
|
||||
"Alt-/": "lua:comment.comment"
|
||||
}
|
||||
"Ctrl-Up": "CursorUp,CursorUp,CursorUp,CursorUp,CursorUp",
|
||||
"CtrlUnderscore": "lua:comment.comment"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user