.Xmodmap and gitg alias

This commit is contained in:
arnaucube
2018-12-09 13:12:50 +01:00
parent c0ec97957e
commit d16876e701
3 changed files with 23 additions and 6 deletions

View File

@@ -3,11 +3,15 @@ config files
- NeoVim: `init.vim`
- in `.config/nvim/init.vim`
- install https://github.com/junegunn/vim-plug
- inside neovim, execute: `:PlugInstall`
- in `.config/nvim/init.vim`
- install https://github.com/junegunn/vim-plug
- inside neovim, execute: `:PlugInstall`
- `.bashrc`
- in `~/home` directory
- execute `source .bashrc`
- in `~/home` directory
- execute `source .bashrc`
- Tmux: `.tmux.conf`
- in `~/home` directory
- in `~/home` directory
- Keyboard remap `.Xmodmap`
- in `~/home`
- changes will be applied each session start
- to apply changes in the current session use `xmodmap ~/.Xmodmap`