dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 197e465bea2515be0c10c152d7cff5ff954905b4
parent 770fd2c73f289e66d3bc905a6fa9ea9af745ceb9
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  5 Mar 2021 09:59:13 +0000

open shell in current buffer dir

Diffstat:
Mvim/.vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vim/.vimrc b/vim/.vimrc @@ -83,6 +83,9 @@ nnoremap <F9> :setl ai<CR> " goyo nnoremap <C-w>g :Goyo<CR> +" open shell in current buffer dir +nnoremap <leader>z :cd %:p:h <bar>!zsh<CR> + " columns " 80 soft 120 hard let &colorcolumn="80"