diff --git a/files/vim/.vim/UltiSnips/html.snippets b/files/vim/.vim/UltiSnips/html.snippets
new file mode 100644
index 0000000..2a8d0f4
--- /dev/null
+++ b/files/vim/.vim/UltiSnips/html.snippets
@@ -0,0 +1,7 @@
+snippet meta:v "meta set viewport width and scale" w
+
+endsnippet
+
+snippet meta:c "meta charset utf-8" w
+
+endsnippet
diff --git a/files/vim/.vim/keybinds.vim b/files/vim/.vim/keybinds.vim
index 48393be..e88684a 100644
--- a/files/vim/.vim/keybinds.vim
+++ b/files/vim/.vim/keybinds.vim
@@ -18,10 +18,13 @@ nnoremap dt :r !date
"rc files
nnoremap rc :vsplit $MYVIMRC
+nnoremap rcs :vsplit ~/.vim/settings.vim
+nnoremap rcf :vsplit ~/.vim/functions.vim
+nnoremap rcc :vsplit ~/.vim/commands.vim
nnoremap rck :vsplit ~/.vim/keybinds.vim
-nnoremap rcb :vsplit ~/.vim/keybinds.vim
nnoremap rcp :vsplit ~/.vim/plugins.vim
-nnoremap rcf :vsplit $HOME/.vim/after/ftplugin/
+nnoremap rcft :vsplit $HOME/.vim/after/ftplugin/
+nnoremap rcl :vsplit ~/.config/vimrc
nnoremap so :source $MYVIMRC
"windows
diff --git a/files/vim/.vim/plugins.vim b/files/vim/.vim/plugins.vim
index aea77a2..5bb5750 100644
--- a/files/vim/.vim/plugins.vim
+++ b/files/vim/.vim/plugins.vim
@@ -150,8 +150,8 @@ nnoremap ga. :Git add .
nnoremap gcm :Gcommit
"fzf
-nnoremap f :GitFiles
-nnoremap F :Files
+nnoremap gf :GitFiles
+nnoremap f :Files
nnoremap b :Buffers
nnoremap h :Helptags
nnoremap m :Maps