Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
haininhhoang94 committed Jan 31, 2021
1 parent 2995164 commit d551be3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Empty file added .nvimlog
Empty file.
4 changes: 2 additions & 2 deletions keys/which-key.vim
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ let g:which_key_map['.'] = {
\ 'c' : [ ':e ~/.environment-pyds.yml' , 'Conda Environment Setting'],
\ 'C' : [ ':e ~/.code-shell' , 'VSCode Shell Setting'],
\ 'r' : [ ':e ~/.vscode-server/data/Machine/settings.json' , 'VSCode WSL Setting'],
\ 'w' : [ ':e /mnt/c/Users/hainh/AppData/Local/nvim/init.vim' , 'Neovim Windows Setting'],
\ 'W' : [ ':e /mnt/c/Users/hainh/AppData/Local/Packages/Microsoft.WindowsTerminal*/LocalState/settings.json' , 'Windows Terminal Setting'],
\ 't' : [ ':e ~/.tmux.conf' , 'Tmux Setting'],
\ 'z' : [ ':e ~/.zshrc' , 'ZSH Setting'],
\ }
" \ 'w' : [ ':e $HOME_WINDOWS/AppData/Local/nvim/init.vim' , 'Neovim Windows Setting'],
" \ 'W' : [ ':e $HOME_WINDOWS/AppData/Local/Pack' , 'Windows Terminal Setting'],
" c is for Codi

let g:which_key_map.c = {
Expand Down
8 changes: 3 additions & 5 deletions plug-config/start-screen.vim
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ function! StartifyEntryFormat()

let g:startify_bookmarks = [
\ '/mnt/d/Google Drive/personal_wiki/README.md',
\ '/etc/apt/sources.list',
\ '/mnt/d/Google Drive/Projects/wqu',
\ '/mnt/d/Google_Drive/Projects/Finance/wqu/README.md',
\ '/mnt/d/Google_Drive/Projects/Reservoir/geostatistic/README.md',
\ '/mnt/d/Google_Drive/Projects/Setup/wsl_dev_env',
\ '/mnt/d/Google_Drive/Projects/Setup/wsl_dev_env/README.md',
\ '/etc/apt/sources.list',
\ ]
" \ { 'i': '~/.config/nvim/init.vim' },
" \ { 'z': '~/.zshrc' },
let g:startify_enable_special = 0

0 comments on commit d551be3

Please sign in to comment.