This file contains 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
repositories: | |
ddynamic_reconfigure: | |
type: git | |
url: https://github.com/pal-robotics/ddynamic_reconfigure | |
version: kinetic-devel | |
ecl/ecl_core: | |
type: git | |
url: https://github.com/stonier/ecl_core | |
version: release/0.62-noetic | |
ecl/ecl_lite: |
In this article, I will share some of my experience on installing NVIDIA driver and CUDA on Linux OS. Here I mainly use Ubuntu as example. Comments for CentOS/Fedora are also provided as much as I can.
This file contains 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
The default command key bindings are: | |
C-b Send the prefix key (C-b) through to the application. | |
C-o Rotate the panes in the current window forwards. | |
C-z Suspend the tmux client. | |
! Break the current pane out of the window. | |
" Split the current pane into two, top and bottom. | |
# List all paste buffers. | |
$ Rename the current session. | |
% Split the current pane into two, left and right. |
This file contains 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
im assuming that the tmux prefix is Control+b and that you have emacs style key bindings on | |
1) enter copy mode using Control+b [ | |
2) navigate to beginning of text, you want to select and hit Control+Space | |
3) move around using arrow keys to select region | |
4) when you reach end of region simply hit Alt+w to copy the region | |
5) now Control+b ] will paste the selection | |
you can navigate the text using the emacs style navigation key | |
Control+p, Control+n, Control+f, Control+b etc. |
As configured in my dotfiles.
start new:
tmux
start new with session name:
NewerOlder