aboutsummaryrefslogtreecommitdiff
path: root/src/app/impl_self.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-22 17:38:50 +0100
committerAkshay <[email protected]>2020-07-22 17:38:50 +0100
commit5c910bc6cf193725575ef6146dcc8620e7a4a800 (patch)
tree600bfddbc38325b8920feea0b080f7456b5d0bd6 /src/app/impl_self.rs
parentc421750d739f008902822a0254ccdff93556dca6 (diff)
remove debug key binds, add :write command
Diffstat (limited to 'src/app/impl_self.rs')
-rw-r--r--src/app/impl_self.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/impl_self.rs b/src/app/impl_self.rs
index 7eae853..cf0e97f 100644
--- a/src/app/impl_self.rs
+++ b/src/app/impl_self.rs
@@ -257,7 +257,7 @@ impl App {
257 self.message.set_message("help <command>|commands|keys") 257 self.message.set_message("help <command>|commands|keys")
258 } 258 }
259 } 259 }
260 Command::Quit => self.save_state(), 260 Command::Quit | Command::Write => self.save_state(),
261 Command::MonthNext => self.sift_forward(), 261 Command::MonthNext => self.sift_forward(),
262 Command::MonthPrev => self.sift_backward(), 262 Command::MonthPrev => self.sift_backward(),
263 Command::Blank => {} 263 Command::Blank => {}