summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-01-20 15:32:55 +0100
committerMarc Vertes <mvertes@free.fr>2020-01-20 15:32:55 +0100
commit141502a84b8258095463becc4da6b2e19c311d8d (patch)
tree62c3171e08b174402a25df046a65a1104b674376
parent86e74066481cdbe6b0a1f3abc42631c16ee4937d (diff)
update
-rw-r--r--.config/i3/config2
-rw-r--r--.vimrc7
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
diff --git a/.vimrc b/.vimrc
index 70183be..8e1e7c7 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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,^,#,