remove bspc commands

This commit is contained in:
Ray Elliott 2020-04-07 17:15:21 +01:00
parent 744ead7003
commit 8c98009e27
1 changed files with 2 additions and 2 deletions

View File

@ -300,7 +300,7 @@ set conceallevel=0
" #mappings {{{
let g:mapleader = ' '
" image capable file browser
nnoremap <silent><space>rs :!bspc rule -a st-256color -o state=fullscreen; st ranger<CR>
nnoremap <silent><space>rs :!st -t WM_FORCE_FULLSCREEN ranger<CR>
" search and replace {{{
nnoremap <space>rr :%s/\<<Ckr>=expand('<cword>')<CR>\>//g<left><left>
"}}}
@ -356,7 +356,7 @@ nnoremap <silent><space>ss :syntax sync fromstart<CR>
nnoremap <space>gD :!clear; echo 'git diff'; git diff<CR>
nnoremap <space>ga :!clear; git add %; git status<CR>
nnoremap <space>gg :!clear; git add %; git commit -m ''<Left>
nnoremap <silent><space>gs :!bspc rule -a st-256color -o state=fullscreen; st tig status<CR>
nnoremap <silent><space>gs :!VIMRUNTIME= st -t WM_FORCE_FLOATING -g 230x62 tig status<CR>
"}}}
" movement/navigation{{{