1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-01 15:33:07 -07:00

update a comment

This commit is contained in:
Connor Olding 2021-10-18 21:46:25 -07:00
parent 2569499233
commit 49f3e1c634

View File

@ -319,7 +319,7 @@ nn <bar> <c-]>
" execute vim code in visual selection " execute vim code in visual selection
vmap <space> "xy:@x<cr> vmap <space> "xy:@x<cr>
" open a shell (override suspend behavior that just breaks everything) " open a shell (only works if you `exec vim` instead of running it in a shell)
nn <C-z> :sh<cr> nn <C-z> :sh<cr>
" this frees up x and X for use if you like " this frees up x and X for use if you like