mirror of
https://github.com/sameer1612/.dotfiles.git
synced 2024-11-19 18:01:53 +02:00
fixed ideavim 0 keymap issue
This commit is contained in:
parent
4fd6899a24
commit
4a27383d94
@ -45,7 +45,8 @@ let g:NERDTreeMapActivateNode = 'l'
|
||||
let g:NERDTreeMapJumpParent = 'h'
|
||||
|
||||
inoremap jk <ESC>
|
||||
nnoremap 0 ^ nnoremap <C-h> <C-w>h
|
||||
nnoremap 0 ^
|
||||
nnoremap <C-h> <C-w>h
|
||||
nnoremap <C-j> <C-w>j
|
||||
nnoremap <C-k> <C-w>k
|
||||
nnoremap <C-l> <C-w>l
|
||||
|
9
.zshrc
9
.zshrc
@ -130,6 +130,8 @@ alias nm="nodemon "
|
||||
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
export DENO_INSTALL="/Users/sameer/.deno"
|
||||
export ERL_AFLAGS="-kernel shell_history enabled"
|
||||
|
||||
export PATH="/opt/homebrew/bin:$PATH"
|
||||
export PATH="/Users/sameer/softwares/flutter/bin:$PATH"
|
||||
export PATH="/opt/homebrew/opt/mongodb-community@4.4/bin:$PATH"
|
||||
@ -137,11 +139,14 @@ export PATH="/Users/sameer/Applications/JetBrains Toolbox:$PATH"
|
||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||
export PATH="/Users/sameer/.emacs.d/bin:$PATH"
|
||||
export PATH="$(npm prefix -g)/bin:$PATH"
|
||||
export PNPM_HOME="/Users/sameer/Library/pnpm"
|
||||
export PATH="$PNPM_HOME:$PATH"
|
||||
export PATH="/Applications/Postgres.app/Contents/Versions/15/bin:$PATH"
|
||||
export ERL_AFLAGS="-kernel shell_history enabled"
|
||||
export PATH="/opt/homebrew/sbin:$PATH"
|
||||
export PNPM_HOME="/Users/sameer/Library/pnpm"
|
||||
|
||||
export ANDROID_SDK_ROOT=~/Library/Android/sdk
|
||||
export ANDROID_HOME=~/Library/Android/sdk
|
||||
export ANDROID_AVD_HOME=~/.android/avd
|
||||
|
||||
eval "$(rbenv init - zsh)"
|
||||
[ -f "/Users/sameer/.ghcup/env" ] && source "/Users/sameer/.ghcup/env" # ghcup-env
|
||||
|
Loading…
Reference in New Issue
Block a user