diff --git a/configs/.vimrc b/configs/.vimrc index 881a65c..ea48755 100644 --- a/configs/.vimrc +++ b/configs/.vimrc @@ -20,3 +20,11 @@ syntax on execute pathogen#infect() filetype plugin indent on +" Custom Keybindings +" nnoremap +"" nnoremap + +" Set window jumping to custom binding +" default Ctrl-W conflict - closes browser tabs +nnoremap + diff --git a/configs/.vimrc-README b/configs/.vimrc-README index 83b6d02..94efcc5 100644 --- a/configs/.vimrc-README +++ b/configs/.vimrc-README @@ -17,8 +17,16 @@ Plugin Settings: - Clang_complete vim plugin has been installed and .vimrc configured for its use. - Code-completion is enabled with default clang_complete settings -- https://github.com/xavierd/clang_complete +--If you have issues with Clang_complete library linking / loading, check the directory / commands below - +cd /usr/lib/x86_64-unknown-linux +ln -s libclang.so.1 libclang.so + - Supertab vim plugin has been installed and .vimrc configured for its use. - Allows the use of TAB to enable code-completion context menu -- https://github.com/ervandew/supertab +- Custom Keybindings +- The keybind (Ctrl-e ) allows switching between split vim windows +-- Ctrl-w is the default setting, which closes tabbed shells on Chrome OS +