aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzbirenbaum <zacharyobirenbaum@gmail.com>2022-04-25 02:59:24 -0400
committerzbirenbaum <zacharyobirenbaum@gmail.com>2022-04-25 02:59:24 -0400
commitd316da0d6d9cd6ef95a004d0d7e807b62b3045a1 (patch)
tree1b6df1789563808a1964fec62f5c4b3da58da0fd /README.md
parentMerge pull request #4 from ahhshm/patch-2 (diff)
change default horizontal mapping
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd8edda..eb51f1a 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ require("nvterm").setup({
mappings = {
toggle = {
{ '<A-i>', function () terminal.new_or_toggle('float') end },
- { '<A-s>', function () terminal.new_or_toggle('horizontal') end },
+ { '<A-h>', function () terminal.new_or_toggle('horizontal') end },
{ '<A-v>', function () terminal.new_or_toggle('vertical') end },
}
}