diff --git a/rc.lua b/defunct/rc.lua similarity index 100% rename from rc.lua rename to defunct/rc.lua diff --git a/termite_config b/termite_config index ab3ff21..e9f05f0 100644 --- a/termite_config +++ b/termite_config @@ -7,7 +7,7 @@ allow_bold = false dynamic_title = true urgent_on_bell = true clickable_url = true -font = Terminus Bold 11 +font = Fantasque Sans Mono 11 scrollback_lines = 10000 search_wrap = true icon_name = terminal @@ -42,6 +42,6 @@ color14 = #93a1a1 color15 = #fdf6e3 [hints] -font = Terminus 9 +font = Fantasque Sans Mono 9 # vim: ft=dosini cms=#%s diff --git a/vimperatorrc b/vimperatorrc deleted file mode 100644 index 2390a7c..0000000 --- a/vimperatorrc +++ /dev/null @@ -1,4 +0,0 @@ -" vim: set ft=vimperator: - -set hintchars="qwertyuiop[]asdfghjkl;'zxcvbnm,./" -set toolbars=addons,nobookmarks,nomenu,nonavigation,tabs diff --git a/vimrc b/vimrc index e0b2e7a..ef4d5c3 100644 --- a/vimrc +++ b/vimrc @@ -63,12 +63,12 @@ nmap qw :wq nmap w :w " still have to deal with old vim versions :< -if v:version >= 703 +if has("nvim") || v:version >= 703 set colorcolumn=80 set relativenumber nnoremap r :setlocal relativenumber! endif -if v:version >= 800 +if has("nvim") || v:version >= 800 set breakindent endif