update vimrc and zshrc

This commit is contained in:
Rob Watson 2021-03-10 14:22:17 +01:00
parent eb071660a1
commit 05eb03a38c
2 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,8 @@ nmap <leader>gD :GoDeclsDir<cr>
nmap <leader>gv <esc>:vsplit<bar>:GoAlternate!<cr>
nmap <leader>gs <esc>:split<bar>:GoAlternate!<cr>
nmap <leader>gt <esc>:w <bar> :GoTest<cr>
nmap <leader>gf <esc>:w <bar> :GoTestFunc<cr>
nmap <leader>gt <esc>:up<bar>:GoTest<cr>
nmap <leader>gf <esc>:up<bar>:GoTestFunc<cr>
nmap <leader>gat <esc>:GoAddTags<cr>
nmap <leader>grt <esc>:GoRemoveTags<cr>

5
zshrc
View File

@ -158,10 +158,15 @@ setxkbmap -option caps:none
# Set zshfunctions dir as per https://github.com/alacritty/alacritty/blob/master/INSTALL.md#debianubuntu
fpath+=${ZDOTDIR:-~}/.zsh_functions
export BAT_THEME=Nord
# Vim keymap
bindkey -v
bindkey '^P' up-history
bindkey '^N' down-history
bindkey '^w' backward-kill-word
bindkey '^r' history-incremental-search-backward
# fzf configuration
export KEYTIMEOUT=2
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh