mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-18 06:47:14 +09:00
Merge
This commit is contained in:
@@ -79,7 +79,7 @@ func (b *Buffer) SaveAs(filename string) error {
|
||||
data := []byte(b.String())
|
||||
err := ioutil.WriteFile(filename, data, 0644)
|
||||
if err == nil {
|
||||
b.IsModified = true
|
||||
b.IsModified = false
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
@@ -73,8 +73,8 @@ Here are the defaults:
|
||||
|
||||
```json
|
||||
{
|
||||
"Up": "CursorDown",
|
||||
"Down": "CursorUp",
|
||||
"Up": "CursorUp",
|
||||
"Down": "CursorDown",
|
||||
"Right": "CursorRight",
|
||||
"Left": "CursorLeft",
|
||||
"ShiftUp": "SelectUp",
|
||||
|
||||
Reference in New Issue
Block a user