diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/vimrc b/vimrc index 660dfa8..c375129 100644 --- a/vimrc +++ b/vimrc @@ -62,8 +62,8 @@ map tf :tabfirst map tl :tablast map tm :tabmove -noremap o :CommandT -noremap O :CommandTFlush +noremap q :CommandT +noremap Q :CommandTFlush noremap m :CommandTBuffer " Set ctrl space to autocomplete