This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Codigo | Nombre | |
|---|---|---|
| 0156 | 100% BANCO | |
| 0196 | ABN AMRO BANK | |
| 0172 | BANCAMIGA BANCO MICROFINANCIERO, C.A. | |
| 0171 | BANCO ACTIVO BANCO COMERCIAL, C.A. | |
| 0166 | BANCO AGRICOLA | |
| 0175 | BANCO BICENTENARIO | |
| 0128 | BANCO CARONI, C.A. BANCO UNIVERSAL | |
| 0164 | BANCO DE DESARROLLO DEL MICROEMPRESARIO | |
| 0102 | BANCO DE VENEZUELA S.A.I.C.A. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
As configured in my dotfiles.
start new:
tmux
start new with session name:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # split panes using | and - | |
| bind | split-window -h | |
| bind - split-window -v | |
| unbind '"' | |
| unbind % | |
| # reload config file (change file location to your the tmux.conf you want to use) | |
| bind r source-file ~/.tmux.conf | |
| # switch panes using Alt-arrow without prefix |