diff options
| -rw-r--r-- | .config/i3/config | 2 | ||||
| -rw-r--r-- | .vimrc | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config index 167b2b3..609bd3e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -73,7 +73,7 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec i3-sensible-terminal -bindsym F9 exec firefox +bindsym F9 exec chromium bindsym F10 exec i3-sensible-terminal # kill focused window @@ -41,8 +41,11 @@ set autoindent " noremap <M-v> :!cscope -1 <cword>
" noremap <M-a> :!cscope -0 <cword>
" noremap <M-f> :!cscope -7 <cfile>
-noremap f !}fmt
-noremap F !}fmt -c -w 2048
+ +" Paragraph format / unformat +noremap <leader>f !}fmt
+noremap <leader>F !}fmt -c -w 2048
+ " noremap <buffer> K :s,^,//,
" noremap <buffer> <C-K> :s,^//,,
noremap <buffer> # :s,^,#,
|
