aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2010-12-30 23:51:04 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2010-12-31 00:00:09 -0500
commit231807c240ea5dc5f69e928dce72ddaa059b1e16 (patch)
treecc620c5cef4fc38949c0121f47ee38c8e8e2bca0
parent1bbaf8cafb18bf9b5762523e7de56125d849fdae (diff)
use very basic vim-style navigation with most
-rw-r--r--mostrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mostrc b/mostrc
new file mode 100644
index 0000000..9eeb4fc
--- /dev/null
+++ b/mostrc
@@ -0,0 +1,2 @@
+setkey "down" "j"
+setkey "up" "k"