]> git.wh0rd.org - home.git/blobdiff - .nanorc
tmux: add basic config
[home.git] / .nanorc
diff --git a/.nanorc b/.nanorc
index fb8a6581008c4b35e57e917bd705586dd08f19a5..569e4fd4c614d9e6de4e7114e70f50ba7399e98a 100644 (file)
--- a/.nanorc
+++ b/.nanorc
@@ -1,16 +1,37 @@
-set nowrap
-set const
+set atblanks
+set autoindent
+unset backup
+# set boldtext
+unset breaklonglines
+set constantshow
 set fill -2
 set historylog
-set morespace
+unset jumpyscrolling
+# set linenumbers
+unset locking
 set multibuffer
 set noconvert
 set nohelp
+set positionlog
 # set regexp
 set smarthome
-set smooth
 set suspend
 set tabsize 4
-#set whitespace "»·"
 set whitespace "»·"
 set speller "aspell -x -c"
+
+# Disable justify logic.
+unbind ^J all
+unbind M-J all
+unbind F4 all
+# Disable various UI interactions.
+unbind M-X all # help mode
+#unbind M-C all # constant cursor
+unbind M-O all # use one more line for editing
+unbind M-H all # smart home
+unbind M-I all # auto indent
+unbind M-Q all # tab/space conversion
+unbind M-M all # mouse
+
+bind M-i autoindent all
+bind M-d cutwordright all