Compare commits

..

3 Commits

Author SHA1 Message Date
Gil 0a68af78c0 Change les raccourcis mw avec mon usage perso 2023-07-25 09:40:13 +02:00
Gil 00df46386c Petite correction code inutile 2023-07-25 09:35:05 +02:00
Gil ea2e327907 Ajout de qq config vim 2023-07-25 09:34:33 +02:00
3 changed files with 15 additions and 8 deletions

View File

@ -41,29 +41,28 @@ bind index gg first-entry
bind index j next-entry bind index j next-entry
bind index k previous-entry bind index k previous-entry
bind attach <return> view-mailcap bind attach <return> view-mailcap
bind attach l view-mailcap #bind attach l view-mailcap
bind editor <space> noop bind editor <space> noop
bind index G last-entry bind index G last-entry
bind pager,attach h exit #bind pager,attach h exit
bind pager j next-line bind pager j next-line
bind pager k previous-line bind pager k previous-line
bind pager l view-attachments bind pager l view-attachments
bind index D delete-message bind index d delete-message
bind index U undelete-message bind index U undelete-message
bind index L limit bind index L limit
bind index h noop
bind index l display-message bind index l display-message
bind index,query <space> tag-entry bind index,query <space> tag-entry
#bind browser h goto-parent #bind browser h goto-parent
macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder" #macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder"
bind index,pager H view-raw-message bind index,pager H view-raw-message
bind browser l select-entry bind browser l select-entry
bind browser gg top-page bind browser gg top-page
bind browser G bottom-page bind browser G bottom-page
bind pager gg top bind pager gg top
bind pager G bottom bind pager G bottom
bind index,pager,browser d half-down #bind index,pager,browser d half-down
bind index,pager,browser u half-up #bind index,pager,browser u half-up
bind index,pager S sync-mailbox bind index,pager S sync-mailbox
bind index,pager R group-reply bind index,pager R group-reply
bind index \031 previous-undeleted # Mouse wheel bind index \031 previous-undeleted # Mouse wheel

8
.vimrc
View File

@ -7,3 +7,11 @@ endif
syntax on syntax on
set autoindent expandtab tabstop=4 shiftwidth=4 set autoindent expandtab tabstop=4 shiftwidth=4
set tw=72
set wildmenu " menu de completion
set noswapfile
set laststatus=2 " barre de statut

View File

@ -7,7 +7,7 @@ groups | grep -q sudo || return
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot # sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
sudo apt install -y neomutt curl isync msmtp pass lynx notmuch abook urlview sudo apt install -y neomutt curl isync msmtp pass lynx notmuch abook urlview
touch temp && echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp
# Installation oh my bash # Installation oh my bash