[SOLVED] Tmux doesn't parse the configuration for ~/.tmux.conf

Similar to the issue found here, although since the solution posted does not work, I have nothing to go off of.  I did a trace on tmux, and it's reading the configuration file (also, even a removed ~/.tmux.conf doesn't have it read /etc/tmux.conf), but it isn't actually executing the commands I put in there.  I can source configuration manually inside tmux, so it's a minor annoyance at best.  Permissions are 644, it's in where it's supposed to read, but for some reason it just isn't parsing. 
My tmux configuration right now:
set-option prefix C-a
set status-fg brightgreen
set status-right "#[fg=brightwhite] (>^,^)><(^,^)><(^,^)><(^,^<) #[fg=brightgreen] #T #[fg=brightwhite] <(^,^<*>^,^)> #[fg=brightwhite] %F %T"
set status-right-length 100
set status-interval 1
set status-bg blue
bind C-a select-window -t !
bind C-n select-window -t +
bind C-p select-window -t -
bind C-Space select-window -t +
bind Space select-window -t +
I've also killed the server and removed the socket and directory at /tmp/tmux-$(id -u)/ to no avail including a quick reboot.  I've also tried starting with tmux -f ~/.tmux.conf, also to no avail.  Am I missing something?
Last edited by minozake (2012-08-25 14:55:18)

I figured it out.  First off, I needed to use set -g in order to get the options set globally, otherwise they would be thrown away.  For all the keys I wanted to rebind, I needed to unbind them first.  All in all, I finally figured it out, but I don't remember actually needing to unbind the keys before rebinding them.

Similar Messages

  • David Powers Lesson10 - 'doesn't meet the requirements for an image'

    Hi,
    I have a  problem to upload image in lesson10. It always show the error message of 'doesn't meet the requirements for an image' even the image size, width and height meet the validation. Below is upload_images.php
    My upload file size is 160K with width 640 pixels and height 480 pixels. Please help. Thank You.
    upload_images.php
    <?php
    $uploader = new Zend_File_Transfer_Adapter_Http();
    $uploader->setDestination($destination);
    $uploader->setOptions(array('ignoreNoFile' => TRUE));
    $files = $uploader->getFileInfo();
    $filenum = 1;
    foreach ($files as $file => $info) {
      $file = "photo{$filenum}";
      $caption = $_POST["caption{$filenum}"];
      if (isset($_POST["place_id{$filenum}"])) {
        $place_id = $_POST["place_id{$filenum}"];
      } else {
        $place_id = NULL;
      $filenum++;
      if ($uploader->isUploaded($file)) {
              $filename = $uploader->getFileName($file, FALSE);
              $uploader->addValidator('Size', FALSE, '500kB');
              $uploader->addValidator('MimeType', FALSE, 'image');
              $uploader->addValidator('ImageSize', FALSE, array('minheight' => 50, 'minwidth' => 100));
              if (!$uploader->isValid($file)) {
                $errors[$filename] = "$filename doesn't meet the requirements for an image";
              } else {
                $no_spaces = str_replace(' ', '_', $filename, $renamed);
                $uploader->addValidator('Extension', FALSE, 'gif, png, jpg');
                $recognized = FALSE;
                if ($uploader->isValid($file)) {
                        $recognized = TRUE;
                } else {
                        $mime = $uploader->getMimeType($file);
                        $acceptable = array('jpg' => 'image/jpeg' ,
                                                                          'png' => 'image/png',
                                                                          'gif' => 'image/gif');
                        $key = array_search($mime, $acceptable);
                        if (!$key) {
                          $errors[$no_spaces] = "$filename is an unrecognized image type";
                        } else {
                          $no_spaces = "$no_spaces.$key";
                          $recognized = TRUE;
                          $renamed = TRUE;
                if ($recognized) {
                        // get the names of existing files
                        $existing = scandir($destination);
                        // check if the name of the uploaded file is in the array
                        if (in_array($no_spaces, $existing)) {
                          // get the position of the final period
                          // use it to get the base name and extension
                          $dot = strrpos($no_spaces, '.');
                          $base = substr($no_spaces, 0, $dot);
                          $extension = substr($no_spaces, $dot);
                          // initialize a counter
                          $i = 1;
                          // use a loop to add the counter after the base name
                          // check whether the new name exists in the array
                          do {
                                  $no_spaces = $base . '_' . $i++ . $extension;
                          }  while (in_array($no_spaces, $existing));
                          // set $renamed to TRUE
                          $renamed = TRUE;
                        $uploader->clearValidators();
                        $uploader->addFilter('Rename', array('target' => $no_spaces, $info['tmp_name']));
                        $success = $uploader->receive($file);
                        if (!$success) {
                          $errors[$no_spaces] = implode('. ', $uploader->getMessages());
                        } else {
                          $uploaded = "$filename uploaded successfully";
                          if ($renamed) {
                                  $uploaded .= " and renamed $no_spaces";
                          $images[] = array('filename' => $no_spaces,
                        'caption'  => $caption,
                        'place_id' => $place_id);
                          $messages[] = $uploaded;

    I solved it finally. For your infor, I'm using php version is 5.4.3 and MAMP 2.2. Here are the changes:
    1) Open php.ini
        Look for 'extension=php_fileinfo.dll' and remove ;
    2) Download GNU file package for windows from http://gnuwin32.sourceforge.net/downlinks/file-bin-zip.php.
        Extract the zip file.
    3)  Copy 2 file from the extract folder ../share/file/magic and ../share/file/magic.mgc and paste in folder php/extra/magic
         folder. (Create the magic folder as new folder).
    4) Stop MAMP all services and start services again.
    This will work for you !

  • Stacks doesn't display the icons for files

    My downloads stack doesn't show the icons for the files it contains
    Best way to describe is by showing a photo
    http://img130.imageshack.us/img130/6176/screenshot20100102at130.png
    I don't know why this happens, any help would be appreciated, tried searching the internet for answers but couldn't find anything listing a similar problem

    *THANK YOU!!!*
    I'd been having this problem for weeks and it was driving me nuts!! I tried installing the 10.6.3 v1.1 Combo Update today (thinking the problem was caused by the first upgrade to 10.6.3), but that obviously didn't work. Tried messing w/ Airfoil b/c some people complained about it screwing up icon previews; didn't work. Tried deleting the Quicklook.thumbnailcache; didn't work.
    After reading this post I opened the Console and saw a .mkv file was screwing with quicklookd.
    Deleted it -> problem solved!
    Thanks again!

  • Apple Configurator: The configuration for your iPad could not be downloaded from organisation . Invalid Profile.

    Good afternoon,
    I am really struggling with a deployment of 10 iPad Minis.
    The iPads are brand new and I have downloaded and installed Apple Configurator onto our Apple Air laptop.
    I have configured Apple Configurator in the following way:
    Under Prepared:
    Settings
    Name is ticked with 'Number sequentially starting at 1'.
    Supervision is ticked to on, Allow devices to connect to other Macs is also ticked.
    Update iOS is set to "When update is available". Erase before installing is ticked.
    Restore is set to "Don't restore backup".
    No profiles are listed in the profiles section.
    Apps
    I have copied in some appropriate apps.
    Setup
    Skip: Restore, Passcode, Siri, Touch ID, Apple Pay, App Analytics all ticked.
    I have not configured Device Enrollment.
    In "Configure Settings..." Device Enrollment is not configured.
    After preparing my iPads, they all connect and prepare correctly. When I select any iPad and unlock it, the following happens:
    Hello, slide to setup
    Select language, UK selected
    Select Your Country or Region, UK selected
    Choose a Wi-Fi Network, correct network selected and authenticated
    Location Services: Enabled
    Configuration, "<organisation> can automatically configure your iPad". Apply Configuration or Skip Configuration. Apply selected.
    Configuration, "The configuration for your iPad could not be downloaded from <organisation>. Invalid Profile.
    Apple Configurator is showing no errors, have tried Supervise>Reset, makes no difference.
    Have skipped configuration and erased iPad before trying again, same problem.
    Any suggestions would be really appreciated.

    FYI - This is an iPad user to user forum. Apple doesn't read the forum posts.
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
     Cheers, Tom

  • Error in the configuration for sap logon tickets

    Hi Forum,
    I use Tcode crmd_order_bp to see the BP cockpit and the error message displays as
    <b>Error in the configuration for SAP logon tickets</b>
    But if I click "Yes", system displays cockpit.
    How can I avoid this error.
    Thanks in advance
    Regards
    Shridhar

    You will still need to configure SSO (either by logon ticket or username/password). The data source access is done using the username/password configured in the UM Config dialog box.
    I can see where you're coming from with your thinking, however logon-ticket-based SSO is probably the best approach.
    Cheers,
    Darren.

  • Where is the  configuration for revaluation of FX to GL

    we have a number of transactions in which a supplier in Germany packs product for us and sends that product directly to our Atlanta plant for storage. They invoice us in Palm Beach,FL for the product and we charge it to Manufacturing. That is an intercompany transaction. The original invoice is denominated in Euros and we never settle the intercompany transactions with Chicago so they stay outstanding forever. SAP does a revaluation entry every month and the FX effect hits our GL account xx100.  That is a P&L account and affects our operating results. There should be no P&L effect to intercompany transactions. We have other intercompany documents with other of our entities, but SAP posts the FX effect on those to GL acct yy200, which is a balance sheet account and does not affect results.
    We need these SAP monthly revaluations to post to yy200 and not xx100.  Is it possible to configure SAP so that currency transactions related to intercompany documents post to GL account yy200 instead of xx100?
    Gurus
    Here is my question : How to proceed ?  where is the configuration for revaluation of FX to GL  Account?
    Thanks in adavance
    Satya

    Well first of all to distinguish Intercompany FX transactions and other FX transactions, you should have a seperate document type for them and then based on the document type, you can actually write a validation/substitution rule to have those differences to the account you want.
    Hope it helps - Let me know if you need more informarion.
    Thanks,
    Nandita

  • Empties management: The configuration for Empties Management

    The configuration for Empties Management  path
    IMG -> S&D -> Sales -> Emties Management not appearing in ECC 6.0.

    HI,
    http://help.sap.com/saphelp_rc10/helpdata/en/43/010e22ab24235de10000000a1553f7/content.htm
    http://help.sap.com/saphelp_bev461/helpdata/en/bd/958a3938822a4de10000000a11402f/frameset.htm
    KAPIL

  • Delphi doesn't compile the examples for DIO32HS

    Delphi doesn't compile the examples for DIO32HS
    Some libraries appear to be required,
    but there are none supplied
    According to the manual, one ActiveX should be sufficient.
    What version is the source provided ?

    The NI CD is Version 6.9.2
    There are examples : \National Instruments\NI-DAQ\Examples\Delphi
    There is no mention which Version of Delphi,
    I have 3,5 and 6. However there should be components
    to be installed into Delphi as DigitalWaveformContinous
    requires TCWNumEdit, TCWDI and so on.
    It also requires the units CWUIControlsLib_TLB,
    CWAnalysisControlsLib_TLB, CWDAQControlsLib_TLB which are not part of Delphi istself but have to be provided
    by NI.
    Today I'm going to try Borland C++Builder, of which
    I have version 4 and 5. This will also require some
    components to be installed in BCB, I couldn't find them
    yet.
    \National Instruments\NI-DAQ\Examples\BorlandC
    BTW: this ActiveX that was talked about couldn't be
    found on the drive either. no *.ocx
    It cannot be that hard. I just want a procedure
    to setup the PCI-DIO-32HS, in terms of what is input
    and output, how the handshaking is done and then
    read/write to the port.
    Rene

  • Tree table doesn't update the data for checkboxes properly

    Hi All,
    I'm trying to use tomahawk tree table component to render a tree column of items along with checkboxes in other columns. Note that all the other columns except tree column are generated dynamically inside backing bean and checkboxes too added to the column dynamically.
    All works fine until it comes to the valuechangelistener.Inside valuechangelistener if try to fetch the component id from the event, it doesn't return the correct id and instead always return the id that corresponds to the last node of tree.
    Has anyone successfully used tree table to display input components? or any workaround my problem would be much appreciated.
    The code where I'm adding my dynamic columns as well as checkboxes is as below.
    for (int i = 0; i < roleNames.size(); i++) {
    HtmlSimpleColumn column = new HtmlSimpleColumn();
    htmlTree.getChildren().add(column);
    // Create header
    HtmlOutputText header = new HtmlOutputText();
    header.setValue(roleNames.get(i));
    column.setHeader(header);
                   ValueExpression valueExpression = FacesContext
    .getCurrentInstance().getApplication()
    .getExpressionFactory()
    .createValueExpression(
    FacesContext.getCurrentInstance().getELContext(),
    "#{treeItem.name}",
    Object.class);
    // Create check box
    HtmlSelectBooleanCheckbox checkbox = new HtmlSelectBooleanCheckbox();
                   // add the hidden input elements
                   HtmlInputHidden input = new HtmlInputHidden();
                   HtmlInputHidden input1 = new HtmlInputHidden();
                   // Bind changeRolePresent method in to listen to the
    // role permission change
                   checkbox.setImmediate(true);
    Class<?>[] parms = new Class[] { ValueChangeEvent.class };
    System.out.println("Adding value change listener to permission grid");
    MethodExpression valueChangeListener = FacesContext
    .getCurrentInstance().getApplication()
    .getExpressionFactory().createMethodExpression(
    FacesContext.getCurrentInstance()
    .getELContext(),
    "#{customTreeBean.changeRolePermission}",
    String.class, parms);
    checkbox
    .addValueChangeListener(new MethodExpressionValueChangeListener(
    valueChangeListener));
    input.setValueExpression("value", valueExpression);
                        input1.setValue(roleNames.get(i));
                   valueExpression = app
    .getExpressionFactory()
    .createValueExpression(
    FacesContext.getCurrentInstance().getELContext(),
    "#{treeItem.roleDetailsList["+i+"].selectedRole}",
    Object.class);
    checkbox.setValueExpression("value", valueExpression);
                   //checkbox.setOnclick("selectAll(this)");
                   checkbox.getChildren().add(input);
                   checkbox.getChildren().add(input1);
    column.getChildren().add(checkbox);
    In above code there will be four columns added dynamically and for each column a checkbox component is being added here. Rest JSF takes care to create checkboxes for each row of tree. But one thing that I noticed while viewing source that JSF is creating duplicate names for checkboxes in a batch of four (So for say if I had 3 rows, every row of checkboxes had same set of four ID's assigned, like ID1, ID2, ID3, ID4)
    Please help,
    Umesh

    Hi!!!
    Could you see this document : http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=BUG&p_id=3970326
    It describes the exactly bug, but there isn't solution...

  • How to read the configuration for SAP GUI elements in Plant Maintenance module from SPRO and leverage the same in NWBC for HTML.

    Dear Members,
    Greetings for the day!
    I am working on NWBC for HTML in Plant Maintenance module.
    We have configured some changes in SPRO for customizing the UI elements( like visibility, mandatory ) like tabs and fields in transactions like IW21( Create Notification).
    As of now separate parallel configuration needs to be carried out in NWBC for HTML in PM module to achieve the same UI features for creating notifications and this is time consuming.
    Is there any way to read the configuration done in SPRO for the SAP GUI's and leverage the same in NWBC for HTML.
    Appreciate your time in responding to this.
    Thanks & Regards,
    Ram.

    >
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7003,127.0.0.1:7103,127.0.0.1:7104
    MatchExpression /app1
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7103,127.0.0.1:7104
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    MatchExpression /app2
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    DebugConfigInfo ON
    PathTrim /weblogic
    </Location>
    >
    This configuration is weird little bit. There is MatchExpression /app1 and MatchExpression /app2 and at the same time two <Location /weblogic> sections. Are you sure you understand what that configuration stands for?
    Try something like this ...
    <Location /app1>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007,127.0.0.1:7103,127.0.0.1:7104
    DebugConfigInfo ON
    </Location>
    <Location /app2>
    SetHandler weblogic-handler
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005,127.0.0.1:7007
    DebugConfigInfo ON
    </Location>
    where /app1 and /app2 are contexts of your weblogic applications.
    http://download.oracle.com/docs/cd/E11035_01/wls100/plugins/apache.html
    http://httpd.apache.org/docs/2.0/mod/core.html#location

  • The 'Load Details' screen doesn't show the rows for 'Loaded'

    Hi All,
    May I request for inputs on the following issue please. Request iSetup Development to confirm if this is the intended feature.
    Customer complains that when they view the details of a Load, the 'Loaded' column doesn't show any numbers (rows).
    Customer expects to see the numbers for this column. Why this is left blank?
    I can see that even the documentation shows the blank column.
    Oracle® iSetup User's Guide Release 12.1 Part No. E12899-04
    CHAPTER 5: Migrations
    Viewing a Load (Page 5-35)
    The above page shows the Screenshot of 'Load Details'. The 'Loaded' column doesn't show any details. It is blank.
    Request for confirmation.
    Regards,
    Ramana.

    Hi there 
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel. I understand that you wish to enable the reveal password icon for your system. I am happy to help. It really depends on which version of the Operating system you are running, because this sort of thing is normally controlled using the Group Policy Editor. That tool is not a part of a Home edition, you would need the Pro version or higher to have that. Assuming that you do have a pro edition or higher, then these may be of help to you:5 Ways to Access Local Group Policy Editor on Windows 10 - isunshare.comDisable or Enable the new Password Reveal Button feature in Windows 8 - windowsclub.com Unfortunately the version of Windows 10 I have installed beside me is the home edition as well, so I cannot access this, to verify, so let me know if that works for you.

  • Whats the configuration for shift method

    dear all
    could any one  give me the  details of configuration for shift method
    regards
    priya

    Hi,
    Please check if the following threat is helpful:
    Changing Depreciation % by shift factor
    regards Bernhard

  • Reading a file and parsing the data for a calculation method

    i am trying to read a file with 3 feilds double double and int . am able to read the file but i am getting an exception right befor i parse the data ...code
    import java.io.BufferedReader;
    import java.io.FileReader;
    import java.io.*;
    //import com.sun.java.util.jar.pack.Package.File;
    public class FileTester {
    public static String mLine;
         public static void main(String[] args) {
              BufferedReader in = null;
              try{
              File f = new File ("loan.txt.txt");
              in = new BufferedReader(new FileReader(f));
              catch(FileNotFoundException e)
                   System.out.println("file does not exist");
                   System.exit(0);
              try{
              String mLine = in.readLine();
              while (mLine != null){
                   System.out.println(mLine);
                   mLine = in.readLine();
              }}catch(Exception e)
              {System.out.println(e.getMessage());
              String []data = mLine.split("\t");
              double loan = Double.parseDouble(data[0]);
              double interest = Double.parseDouble(data[1]);
              int term = Integer.parseInt(data[2]);
              System.out.println(loan+interest+term);
    afterwards i would like to break this up into three methods to feed the values to a calculation class

    Take a look at your while loop. It continues to loop as long as mLine != null. Therefore it stops looping when mLine IS = null. So can you now see why the following line of code would cause problems?
    String []data = mLine.split("\t");How is the data stored in your file? Is it a single line with the three values separated by a tab? If so you can do away with the while loop and just call readLine() once. Otherwise you will have to process each line you read inside the while loop.
    P.S. use the code button when posting code. There is a button above the textfield when use post a reply.

  • My dell inspiron 15r finds my iphone but it doesn't trigger the box for me to give the security number to tether

    When I connect my iPhone 4 to my Dell inspiron 15R the laptop recognises the phone as a personal hotspot but it does not trigger the box for me to input the code to allow tethering.  Why does this happen when my old iPhone 4 (which Apple have just replaced) did produce the box and tethering afterwards was automatic?
    Thanks in advance, Colin from Leicester, England.

    ME TOO.  NOW MY IPHONE 6 PLUS IS SAME LIKE YOU.
    iphone is diabled- connect to iTunes because i forget passcode.
    i cannot connect iTunes because it's always asking to enter passcode on iphone.
    So, i cannot make restore my iphone 6+. And then, I cann't erase "device" in icloud.
    My iphone is new. No icloud. didn't connect to itune backage.
    That's why I try to connect iTunes but it need to enter passcode.
    So, my iphone just keep "iphone is disbled-connect to iTunes".
    IPHONE 6 PLUS

  • [SOLVED] UEFI doesn't "see" the 'EFI System' partition

    My BIOS/UEFI stop from "see" the 'EFI System' partition, there's shellx64.efi and a gummiboot installation and when I try to launch the shell only get "Not found" message.
    Here's the GPT:
    $ sudo gdisk -l /dev/sda
    GPT fdisk (gdisk) version 0.8.10
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 625142448 sectors, 298.1 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 8700C28A-71B0-416A-971A-DDAD1961D56E
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 625142414
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2669 sectors (1.3 MiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 1640447 800.0 MiB EF00 EFI System
    2 1640448 78815231 36.8 GiB 0700 Basic data partition
    4 111316992 251867135 67.0 GiB 8300 Linux filesystem
    5 251867136 253968383 1.0 GiB 8200
    6 253968384 625141759 177.0 GiB 0700 Microsoft basic data
    7 78815232 111316991 15.5 GiB 8300
    File list:
    $ ls /mnt/boot/efi
    bootx64.efi EFI loader shellx64.efi
    This happened after a unsuccessfully fedora's bootloader installation.
    Last edited by hotvic (2015-02-23 00:34:34)

    I finally managed out what is the problem.
    The problem is that Fedora Installer (anaconda) wrote the MBR code to disk. so the UEFI partition isn't read by BIOS (I think, not sure).
    The solution for me was erase the protective-MBR:
    # dd if=/dev/zero of=/dev/sda bs=512 count=1
    and then fix the GPT:
    # gdisk /dev/sda
    ## just type 'w' and confirm
    after that reinstalled the gummiboot and voila
    Thanks to all and sorry my very bad english.

Maybe you are looking for

  • How can i find books in a different language

    I was trying to buy books in spanish for my girlfriend and allready tried to change my country, but that doesn't work. How can i find spanish books easely in the ibooks store?

  • Role based Firefighter approach in AC 10

    I am in the process of implementing "role based" FF (ID based approach not implemented as users are not comfortable to login to GRC system to execute the tcodes).  I have a query about it. If we maintain the role based FF logins, and we run risk repo

  • HT6030 mail search not working on mavericks

    I have just updated to maverick on my mac book pro (2010 model) and the search option in my mail account is not working. I use this function constantly so this probelm is extremly frustrating!! HELP!

  • Website  login problem

    I am having trouble logging into 1 website in particular (DirecTV), I have contacted directv and they can log in on their side. I have tried using safari 3.1.2 and firefox 3.0. Directv said it could be a router problem. I have deleted cookies and emp

  • Why does Numbers suddenly not autosave. I cannot save my document as?

    I have two questions all about Numbers. I have been working a large spread sheet. I get the message that it cannot autosave. i cannot save at all. not even save as. Is this a bug in numbers or have I done something wrong? I furthermore have lost a ve