summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 16:42:35 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 16:42:35 -0500
commit9c88da2b6a1137402825ffa9271a3e997650f03c (patch)
treef4a4776f4b72a080049d461394410e9390af59ca /config
parent747bd64dc202cb912adf095f4efaceb8b61927c0 (diff)
add description and license to Cargo.toml
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml40
1 files changed, 20 insertions, 20 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index bb17e79..0dc278d 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -2,53 +2,53 @@
Quit = [ ["q"] ]
MoveUp = [
- ["UP"],
- ["j"]
+ ["UP"],
+ ["j"]
]
MoveDown = [
- ["DOWN"],
- ["h"]
+ ["DOWN"],
+ ["h"]
]
ParentDirectory = [
- ["LEFT"],
- ["h"]
+ ["LEFT"],
+ ["h"]
]
Open = [
- ["RIGHT"],
- ["ENTER"]
+ ["RIGHT"],
+ ["ENTER"]
]
MoveHome = [
- ["HOME"]
+ ["HOME"]
]
MoveEnd = [
- ["END"]
+ ["END"]
]
MovePageUp = [
- ["PPAGE"]
+ ["PPAGE"]
]
MovePageDown = [
- ["NPAGE"]
+ ["NPAGE"]
]
DeleteFile = [
- ["d", "D"],
- [ "DELETE" ]
+ ["d", "D"],
+ [ "DELETE" ]
]
CutFile = [
- [ "d", "d" ]
+ [ "d", "d" ]
]
RenameFile = [
- [ "a" ]
+ [ "a" ]
]
CopyFile = [
- ["y", "y"]
+ ["y", "y"]
]
OpenWith = [
- [ "r" ]
+ [ "r" ]
]
ToggleHiddenFiles = [
- [ "z", "h" ],
- ["H"]
+ [ "z", "h" ],
+ ["H"]
]