mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
I realized the backspace in normal mode's behaviour wasn't consistant,
so I've removed it until I get a chance to figure out how to do it properly
This commit is contained in:
parent
bf251c81a2
commit
9be21a8fef
1 changed files with 0 additions and 2 deletions
|
@ -104,7 +104,6 @@
|
|||
"
|
||||
" (formatting)
|
||||
" <Backspace> | (V) -> deletes currently selected text
|
||||
" <Backspace> | (N) -> deletes the character behind the cursor
|
||||
" <Leader><C-f> | (V) -> format the selection and return to cursor
|
||||
" <Leader><C-f> | (N) -> format document and return to cursor
|
||||
" <Leader><C-w> | (N) -> remove whitespace
|
||||
|
@ -451,7 +450,6 @@
|
|||
"FORMATTING:{
|
||||
"have backspace delete the selected text
|
||||
vnoremap <Backspace> "_x
|
||||
nnoremap <Backspace> i<Backspace><Esc>l
|
||||
|
||||
"formatting options to apply to the whole document
|
||||
nnoremap <Leader><C-f> mzgg=G`z<CR>:echo "The document has been formatted"<CR>
|
||||
|
|
Loading…
Reference in a new issue