summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 9d325d5..c43cc82 100644
--- a/.vimrc
+++ b/.vimrc
@@ -117,6 +117,9 @@ map <F10> <ESC>:! make<CR>
map! <C-x><SPACE> &nbsp;
+map <C-p> :Files<CR>
+map <C-f> :NERDTreeFind<CR>
+
" Remove all trailing whitespaces in file
map <leader>w :%s/\s\+$//<CR>^
map! <leader>w <ESC>:%s/\s\+$//<CR>